Update .NET Core Sdk version - #1692
Conversation
|
@JunTaoLuo @dougbu is there anything else I need to update? |
|
This is the same thing @ViktorHofer is seeing in the template PRs. Will need a new Helix queue with a newer VS. |
@Pilchie can you point me to the other PR that uses the new Helix queue? |
|
dotnet/aspnetcore#19860 but it doesn't actually do it yet, because we just got the machine images. |
|
@ajaybhargavb any reason this shouldn't go in? |
Because it fails. And we need a new helix queue to support this. @dotnet/aspnet-build folks, could you share more context on this? |
|
Right, we are waiting for build images with 16.5 stable on them. This should probably wait another week. |
|
@ViktorHofer are we good now? |
|
@dougbu is this now unblocked? |
I don't know. Let's see how an SDK from this morning works. |
|
@rrelyea the test failures seen in this validation build make me very nervous about using recent SDKs anywhere. Generated .nuspec files now contain different <files include="any/net5.0/Views/Shared/_Layout.cshtml" buildAction="Content" />
<files include="any/net5.0/Views/_ViewImports.cshtml" buildAction="Content" />and <file src="C:\Users\vsagent\AppData\Local\Temp\Razor\adpnpqul.oxa\ClassLibrary\bin\Debug\netcoreapp5.0\ClassLibrary.Views.dll" target="lib\net5.0\ClassLibrary.Views.dll" />instead of the expected Note nothing in this repo targets the |
|
BTW, changing the default TFM in this repo to |
|
/ping @rrelyea |
|
This is now unblocked 🎉🎉🎉. Please update to the latest runtime build which includes the net5.0 tfm change. |
Wooo! Can't wait! |
|
Thanks. Will update |
- this one contains a few fixes - has one known issue but that'll only affect this repo in a corner case
4e46349 to
9501756
Compare
|
This PR will never pass w/o major changes to workaround perceived TFM mixes due to incomplete changes in the SDK. Suggest closing it in favour of #1873 |
Without this update we get errors during build locally like,