Update to latest korebuild
Contains a fix to avoid crashing on Roslyn's version format
This commit is contained in:
parent
b2e2719e43
commit
ed17bd549b
|
|
@ -16,6 +16,8 @@
|
||||||
<!-- These properties are use by the automation that updates dependencies.props -->
|
<!-- These properties are use by the automation that updates dependencies.props -->
|
||||||
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
|
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
|
||||||
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
|
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
|
||||||
|
|
||||||
|
<GenerateSignRequest>false</GenerateSignRequest>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
version:2.1.0-preview1-15639
|
version:2.1.0-preview1-15650
|
||||||
commithash:231066d459f3c86a94b5bdcd197a3c2e4992a7ff
|
commithash:f85a36ecd070f8a83675a1464efd6e0fb630199d
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue