Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<NoWarn>CA1822;CS1591;CS0649;xUnit1026;xUnit1013;CS1573;VerifyTestsProjectDir;VerifySetParameters;PolyFillTargetsForNuget;xUnit1051;NU1608;NU1109</NoWarn>
<Version>32.0.0</Version>
<Version>33.0.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
Expand Down
1 change: 1 addition & 0 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<PackageVersion Include="ProjectFiles" Version="1.4.0" />
<PackageVersion Include="PublicApiGenerator" Version="11.5.4" />
<PackageVersion Include="SimpleInfoName" Version="3.2.0" />
<PackageVersion Include="SponsorCheck" Version="0.21.0" GitHubSponsorsAccount="VerifyTests" SponsorOwner="Verify" CheckTransitiveReferences="true" />
<PackageVersion Include="System.Drawing.Common" Version="10.0.11" />
<PackageVersion Include="System.Memory" Version="4.6.3" />
<!-- keep at 4.5.0 -->
Expand Down
4 changes: 4 additions & 0 deletions src/Verify/Verify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net462;net472;net48</TargetFrameworks>
<TargetFrameworks>$(TargetFrameworks);net6.0;net7.0;net8.0;net9.0;net10.0;net11.0</TargetFrameworks>
<UserSecretsId>28b4bdf9-6518-4588-b320-458aecdbee51</UserSecretsId>
</PropertyGroup>

<ItemGroup>
Expand All @@ -12,6 +13,9 @@
<PackageReference Include="SimpleInfoName" />
<PackageReference Include="Argon" />
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
<PackageReference Include="SponsorCheck" PrivateAssets="all" />
<SponsorExemption Include="MaintainerConsulting" Message="Organizations that have engaged any of the core maintainers of Verify in consulting work could be exempt from the Maintenance Fee for 6 months from the final date of that work." MaxTermMonths="6" />
<SponsorExemption Include="SmallRevenue" Message="Consumers under US$10,000 annual gross revenue are exempt." MaxTermMonths="12" />

<None Include="buildTransitive\Verify.props" Pack="true" PackagePath="buildTransitive\" />
<None Include="buildTransitive\Verify.props" Pack="true" PackagePath="build\" />
Expand Down
Loading