File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
2- <!-- Shared package refs -->
2+ <PropertyGroup >
3+ <!-- Suppress NU1507 (multiple package sources with CPM) -->
4+ <NoWarn >$(NoWarn);NU1507;MSTEST0001</NoWarn >
5+ <WarningsNotAsErrors >$(WarningsNotAsErrors);MSTEST0001</WarningsNotAsErrors >
6+ </PropertyGroup >
37 <ItemGroup >
4- <!-- NBGV drives versions; PrivateAssets=all keeps it out of consumers -->
58 <PackageReference Include =" Nerdbank.GitVersioning" PrivateAssets =" all" />
6- <!-- SourceLink for GitHub -->
79 <PackageReference Include =" Microsoft.SourceLink.GitHub" />
810 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" />
911 </ItemGroup >
4345 <!-- Global project properies -->
4446 <PropertyGroup >
4547 <ImplicitUsings >enable</ImplicitUsings >
48+ <!-- Primary target: .NET 10 (next LTS), with .NET 9 for current support, .NET 8 for compatibility -->
4649 <TargetFrameworks >net10.0;net9.0;net8.0</TargetFrameworks >
4750 </PropertyGroup >
4851</Project >
You can’t perform that action at this time.
0 commit comments