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 7
7
<CopyArtifactsAfterTargets >Pack</CopyArtifactsAfterTargets >
8
8
<DefaultArtifactsFileMatch >*nupkg</DefaultArtifactsFileMatch >
9
9
<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 >
11
12
</PropertyGroup >
12
13
<PropertyGroup Label =" Package properties" >
13
14
<PackageId >MSBuild.ProjectCreation</PackageId >
31
32
<PackageReference Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets =" All" Condition =" '$(OfficialBuild)' != 'true'" />
32
33
<PackageReference Include =" Microsoft.IO.Redist" Condition =" '$(TargetFramework)' == 'net472'" />
33
34
<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 -->
34
36
<PackageReference Include =" System.CodeDom" VersionOverride =" 9.0.0-rc.2.24473.5" Condition =" '$(TargetFramework)' == 'net9.0'" />
35
37
<PackageReference Include =" System.IO.Compression" Condition =" '$(TargetFramework)' == 'net472'" />
36
38
<PackageReference Include =" System.Text.Json" />
You can’t perform that action at this time.
0 commit comments