File tree 3 files changed +3
-5
lines changed 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
2
+ <PropertyGroup >
4
3
<TargetFramework >netcoreapp2.0</TargetFramework >
5
4
</PropertyGroup >
6
5
11
10
<ItemGroup >
12
11
<ProjectReference Include =" ..\DataStructures\DataStructures.csproj" />
13
12
</ItemGroup >
14
-
15
13
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
- <PropertyGroup >
2
+ <PropertyGroup >
3
3
<TargetFramework >netcoreapp2.0</TargetFramework >
4
4
</PropertyGroup >
5
5
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
2
<PropertyGroup >
4
3
<TargetFramework >netcoreapp2.0</TargetFramework >
5
4
</PropertyGroup >
8
7
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5.0" />
9
8
<PackageReference Include =" xunit" Version =" 2.3.1" />
10
9
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1" />
10
+ <DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.1" />
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
You can’t perform that action at this time.
0 commit comments