Update Microsoft.NETCore.Sdk => Microsoft.NET.Sdk.
This commit is contained in:
parent
2727b191e3
commit
633b56e448
10 changed files with 33 additions and 17 deletions
|
@ -17,8 +17,9 @@
|
|||
<PackageReference Include="Microsoft.NETCore.App">
|
||||
<Version>1.0.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NETCore.Sdk">
|
||||
<Version>1.0.0-alpha-20161007-1</Version>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161010-1</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="MSTest.TestAdapter">
|
||||
<Version>1.0.3-preview</Version>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue