Updating the Microsoft.Net.Sdk & Microsoft.Net.Sdk.Web versions (#4585)
* Updating the Microsoft.Net.Sdk & Microsoft.Net.Sdk.Web versions * Fixed merge conflicts. Had to re-update the Sdk version in one place. * re-migrate dotnet.dll * Revert Performance Test Projects * Fix test test * Add missing WithRuntime * Disable failing test test
This commit is contained in:
parent
51cb0ab4d5
commit
40c34f891a
48 changed files with 107 additions and 89 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Sdk">
|
||||
<Version>1.0.0-alpha-20161029-1</Version>
|
||||
<Version>1.0.0-alpha-20161102-2</Version>
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="NETStandard.Library">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"frameworks": {
|
||||
"netstandard1.5": {
|
||||
"dependencies": {
|
||||
"Microsoft.NET.Sdk": "1.0.0-alpha-20161029-1",
|
||||
"Microsoft.NET.Sdk": "1.0.0-alpha-20161102-2",
|
||||
"NETStandard.Library": "1.6.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue