File tree Expand file tree Collapse file tree 3 files changed +8
-30
lines changed
test/Whathecode.System.Tests Expand file tree Collapse file tree 3 files changed +8
-30
lines changed Original file line number Diff line number Diff line change 1
- <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
1
+ <Project ToolsVersion =" 15.0" Sdk =" Microsoft.NET.Sdk" >
3
2
<PropertyGroup >
4
3
<TargetFramework >netstandard1.6</TargetFramework >
5
4
<Authors >Whathecode</Authors >
22
21
<None Include =" project.json" />
23
22
</ItemGroup >
24
23
<ItemGroup >
25
- <PackageReference Include =" Microsoft.NET.Sdk" >
26
- <Version >1.0.0-alpha-20161104-2</Version >
27
- <PrivateAssets >All</PrivateAssets >
28
- </PackageReference >
29
- <PackageReference Include =" NETStandard.Library" >
30
- <Version >1.6.1</Version >
31
- </PackageReference >
24
+ <PackageReference Include =" NETStandard.Library" Version =" 1.6.1" />
32
25
</ItemGroup >
33
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
34
26
</Project >
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0 -*" ,
2
+ "version" : " 1.0.1 -*" ,
3
3
4
4
"dependencies" : {
5
5
"NETStandard.Library" : " 1.6.1"
Original file line number Diff line number Diff line change 1
- <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
1
+ <Project ToolsVersion =" 15.0" Sdk =" Microsoft.NET.Sdk" >
3
2
<PropertyGroup >
4
3
<OutputType >Exe</OutputType >
5
4
<TargetFramework >netcoreapp1.0</TargetFramework >
15
14
</None >
16
15
</ItemGroup >
17
16
<ItemGroup >
18
- <PackageReference Include =" Microsoft.NETCore.App" >
19
- <Version >1.0.1</Version >
20
- </PackageReference >
21
- <PackageReference Include =" Microsoft.NET.Sdk" >
22
- <Version >1.0.0-alpha-20161104-2</Version >
23
- <PrivateAssets >All</PrivateAssets >
24
- </PackageReference >
25
- <PackageReference Include =" Microsoft.NET.Test.Sdk" >
26
- <Version >15.0.0-preview-20161123-03</Version >
27
- </PackageReference >
28
- <PackageReference Include =" xunit" >
29
- <Version >2.2.0-beta4-build3444</Version >
30
- </PackageReference >
31
- <PackageReference Include =" xunit.runner.visualstudio" >
32
- <Version >2.2.0-beta4-build1194</Version >
33
- </PackageReference >
17
+ <PackageReference Include =" Microsoft.NETCore.App" Version =" 1.0.1" />
18
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0-preview-20161123-03" />
19
+ <PackageReference Include =" xunit" Version =" 2.2.0-beta4-build3444" />
20
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0-beta4-build1194" />
34
21
</ItemGroup >
35
22
<ItemGroup >
36
23
<ProjectReference Include =" ..\..\src\Whathecode.System\Whathecode.System.csproj" />
37
24
</ItemGroup >
38
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
39
25
</Project >
You can’t perform that action at this time.
0 commit comments