Skip to content
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

All projects should target net8.0 #2049

Closed
NikolaMilosavljevic opened this issue Feb 16, 2023 · 1 comment
Closed

All projects should target net8.0 #2049

NikolaMilosavljevic opened this issue Feb 16, 2023 · 1 comment
Labels
needs discussion Further discussion required

Comments

@NikolaMilosavljevic
Copy link
Member

All projects should target net8.0. Infra should use NetCurrent property when available, i.e. when Arcade SDK is used. See

<PropertyGroup Condition="'$(DisableArcade)' != '1'">
<TargetFrameworkForNETSDK>net7.0</TargetFrameworkForNETSDK>
</PropertyGroup>

@MichaelSimons
Copy link
Member

This was resolved with #2150.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs discussion Further discussion required
Projects
None yet
Development

No branches or pull requests

3 participants