11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net472;net8.0;net9.0</TargetFrameworks >
3+ <TargetFrameworks >net472;net8.0;net9.0;net10.0 </TargetFrameworks >
44 <GenerateDocumentationFile >true</GenerateDocumentationFile >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
66 <ArtifactsPath >..\..\artifacts\$(MSBuildProjectName)</ArtifactsPath >
77 <CopyArtifactsAfterTargets >Pack</CopyArtifactsAfterTargets >
88 <DefaultArtifactsFileMatch >*nupkg</DefaultArtifactsFileMatch >
99 <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
10- <!-- Remove NU5104 once System.CodeDom is a stable version for .NET 9 -->
11- <NoWarn >$(NoWarn);RS0026;SA1600;NU5104</NoWarn >
10+ <NoWarn >$(NoWarn);RS0026;SA1600</NoWarn >
1211 </PropertyGroup >
1312 <PropertyGroup Label =" Package properties" >
1413 <PackageId >MSBuild.ProjectCreation</PackageId >
1514 <Description >A fluent interface for generating and building MSBuild project files.</Description >
15+ <PackageReadmeFile >README.md</PackageReadmeFile >
1616 <Authors >jeffkl</Authors >
1717 <Copyright >Copyright (c) Jeff Kluge. All rights reserved.</Copyright >
1818 <PackageLicenseExpression >MIT</PackageLicenseExpression >
3333 <PackageReference Include =" Microsoft.IO.Redist" Condition =" '$(TargetFramework)' == 'net472'" />
3434 <PackageReference Include =" Microsoft.VisualStudio.Setup.Configuration.Interop" Condition =" '$(TargetFramework)' == 'net472'" ExcludeAssets =" Runtime" PrivateAssets =" All" />
3535 <PackageReference Include =" System.IO.Compression" Condition =" '$(TargetFramework)' == 'net472'" />
36- <PackageReference Include =" System.Text.Json" />
3736 <PackageReference Include =" System.ValueTuple" VersionOverride =" 4.5.0" Condition =" '$(TargetFramework)' == 'net472'" ExcludeAssets =" Compile" />
3837 </ItemGroup >
3938 <ItemGroup >
5857 <None Include =" PublicAPI\**" />
5958 <AdditionalFiles Include =" PublicAPI\$(TargetFramework)\PublicAPI.*.txt" />
6059 </ItemGroup >
61- </Project >
60+ </Project >
0 commit comments