Update aspnetcore_base_runtime to include the 3.0 version
This commit is contained in:
parent
53c50b9d2d
commit
aa5a06ea53
|
|
@ -34,7 +34,7 @@
|
||||||
<!--
|
<!--
|
||||||
Used by the dotnet/cli build to determine which version of Microsoft.NETCore.App is used.
|
Used by the dotnet/cli build to determine which version of Microsoft.NETCore.App is used.
|
||||||
-->
|
-->
|
||||||
<WriteLinesToFile File="$(BaseRuntimeVersionFile)" Lines="$(MicrosoftNetCoreApp22PackageVersion)" Overwrite="true" />
|
<WriteLinesToFile File="$(BaseRuntimeVersionFile)" Lines="$(MicrosoftNETCoreApp30PackageVersion)" Overwrite="true" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Used by the downloader scripts when pulling from a 'channel' instead of a specific version.
|
Used by the downloader scripts when pulling from a 'channel' instead of a specific version.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue