Skip to content

Commit

Permalink
Edit project files
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Nov 3, 2024
1 parent bae3a86 commit 8f4c456
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CBOR/CBOR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Note that after version 4.5x, the CBOR library's repository will stop including
<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
<DebugType>none</DebugType>
<DocumentationFile>bin\Release\netstandard1.0\CBOR.xml</DocumentationFile>

<CodeAnalysisRuleSet>rules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
Expand All @@ -69,5 +68,5 @@ Note that after version 4.5x, the CBOR library's repository will stop including
<PackageReference Include="PeterO.Numbers" Version="1.8.2" />

<PackageReference Include='PeterO.DataUtilities' Version='1.1.0'/>
<PackageReference Include='Microsoft.CodeAnalysis.NetAnalyzers' PrivateAssets='All' Version='8.0.0'/></ItemGroup>
<PackageReference Include='Microsoft.CodeAnalysis.NetAnalyzers' PrivateAssets='All' Version='9.0.0'/></ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion CBORDocs2/CBORDocs2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<AdditionalFiles Include='rules.ruleset'/>
</ItemGroup>
<ItemGroup>
<PackageReference Include='Microsoft.CodeAnalysis.NetAnalyzers' PrivateAssets='All' Version='7.0.3'/>
<PackageReference Include='Microsoft.CodeAnalysis.NetAnalyzers' PrivateAssets='All' Version='9.0.0'/>
<PackageReference Include='PeterO.URIUtility' Version='1.0.0'/>
<PackageReference Include='PeterO.DataUtilities' Version='1.1.0'/>
<PackageReference Include='StyleCop.Analyzers' PrivateAssets='All' Version='1.2.0-beta.354'/>
Expand Down
2 changes: 1 addition & 1 deletion CBORTest/CBORTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemGroup>
<PackageReference Include='Microsoft.NET.Test.Sdk' Version='15.9.0'/>
<PackageReference Include='NUnit' Version='3.13.2'/>
<PackageReference Include='Microsoft.CodeAnalysis.NetAnalyzers' PrivateAssets='All' Version='7.0.3'/>
<PackageReference Include='Microsoft.CodeAnalysis.NetAnalyzers' PrivateAssets='All' Version='9.0.0'/>
<PackageReference Include='NUnit3TestAdapter' Version='3.16.1'>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 8f4c456

Please sign in to comment.