Updating SDK to 3.0.100-preview4-011136
This commit is contained in:
parent
212ba91a5c
commit
44b8fbc08e
|
|
@ -20,6 +20,7 @@
|
||||||
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
|
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
|
||||||
https://dotnet.myget.org/F/blazor-dev/api/v3/index.json;
|
https://dotnet.myget.org/F/blazor-dev/api/v3/index.json;
|
||||||
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
|
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
|
||||||
|
https://dotnet.myget.org/F/nuget-build/api/v3/index.json;
|
||||||
https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json;
|
https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json;
|
||||||
https://dotnet.myget.org/F/roslyn/api/v3/index.json;
|
https://dotnet.myget.org/F/roslyn/api/v3/index.json;
|
||||||
https://vside.myget.org/F/devcore/api/v3/index.json;
|
https://vside.myget.org/F/devcore/api/v3/index.json;
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Remove="Internal.AspNetCore.Sdk" />
|
<PackageReference Remove="Internal.AspNetCore.Sdk" />
|
||||||
<PackageReference Include="NuGet.Build.Tasks" Version="4.9.3" />
|
<PackageReference Include="NuGet.Build.Tasks" Version="5.1.0-rtm.5921" />
|
||||||
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.1.0" />
|
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.1.0" />
|
||||||
<PackageReference Include="Yarn.MSBuild" Version="1.13.0" />
|
<PackageReference Include="Yarn.MSBuild" Version="1.13.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"version": "3.0.100-preview4-010309"
|
"version": "3.0.100-preview4-011136"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Yarn.MSBuild": "1.13.0"
|
"Yarn.MSBuild": "1.13.0"
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
version:3.0.0-build-20190322.1
|
version:3.0.0-build-20190408.1
|
||||||
commithash:c38761a564c72b5bc96356ec99c89de5f281a358
|
commithash:8b533cbfa5357e5785f4c4231231c1234cfc2c5f
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue