-
-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update SDK to .NET 7 #2080
Milestone
Comments
adamsitnik
added a commit
that referenced
this issue
Aug 24, 2022
Merged
adamsitnik
added a commit
that referenced
this issue
Aug 24, 2022
* set ErrorOnDuplicatePublishOutputFiles to false to stop getting "error NETSDK1152: Found multiple publish output files with the same relative path" about "xunit.runner.json" files * we can't target net6.0 and use .NET 7 ILCompiler anymore (#2080)
At the time of doing this, we should remove the support for old experimental packages (from the old CoreRT |
Looks like this is already done since 61b3c56, right @adamsitnik? |
@timcassell that is correct, thanks for catching it! fixed with #2209 in 0.13.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a test that ensure that latest NativeAOT is supported:
BenchmarkDotNet/tests/BenchmarkDotNet.IntegrationTests/NativeAotTests.cs
Line 18 in c165ba1
Recently it got broken because we can't build a
net6.0
app using .NET 7 NativeAOT bits:So as soon as .NET 7 SDK is shipped, we should just update our CI to use it.
cc @MichalStrehovsky
The text was updated successfully, but these errors were encountered: