File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Microsoft.Build.Utilities.ProjectCreation Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 77 <CopyArtifactsAfterTargets >Pack</CopyArtifactsAfterTargets >
88 <DefaultArtifactsFileMatch >*nupkg</DefaultArtifactsFileMatch >
99 <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
10- <NoWarn >$(NoWarn);RS0026;SA1600</NoWarn >
10+ <!-- Remove NU5104 once System.CodeDom is a stable version for .NET 9 -->
11+ <NoWarn >$(NoWarn);RS0026;SA1600;NU5104</NoWarn >
1112 </PropertyGroup >
1213 <PropertyGroup Label =" Package properties" >
1314 <PackageId >MSBuild.ProjectCreation</PackageId >
3132 <PackageReference Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets =" All" Condition =" '$(OfficialBuild)' != 'true'" />
3233 <PackageReference Include =" Microsoft.IO.Redist" Condition =" '$(TargetFramework)' == 'net472'" />
3334 <PackageReference Include =" Microsoft.VisualStudio.Setup.Configuration.Interop" Condition =" '$(TargetFramework)' == 'net472'" ExcludeAssets =" Runtime" PrivateAssets =" All" />
35+ <!-- Remove NU5104 once System.CodeDom is a stable version for .NET 9 -->
3436 <PackageReference Include =" System.CodeDom" VersionOverride =" 9.0.0-rc.2.24473.5" Condition =" '$(TargetFramework)' == 'net9.0'" />
3537 <PackageReference Include =" System.IO.Compression" Condition =" '$(TargetFramework)' == 'net472'" />
3638 <PackageReference Include =" System.Text.Json" />
You can’t perform that action at this time.
0 commit comments