Skip to content

Commit 3607946

Browse files
committed
Add name and description to project.json
1 parent 7cdd136 commit 3607946

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

LICENSE LICENSE.md

File renamed without changes.

src/DataLoader/project.json

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"version": "0.1.0-*",
3+
4+
"name": "DataLoader",
5+
"description": "A port of Facebook's DataLoader for .NET",
6+
37
"dependencies": {},
48
"packOptions": {
59
"authors": [

tests/DataLoader.Tests/DataLoaderContextTests.cs

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
using System.Linq;
44
using System.Threading;
55
using System.Threading.Tasks;
6-
using System.Xml.Linq;
7-
using Microsoft.DotNet.ProjectModel;
86
using Shouldly;
97
using Xunit;
108

0 commit comments

Comments
 (0)