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 8f4c456 commit 3e5a466
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CBOR/CBOR.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard1.0; net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0; net6.0</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>5.0.0-alpha2</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down Expand Up @@ -46,12 +46,12 @@ Note that after version 4.5x, the CBOR library's repository will stop including

<PropertyGroup Condition=" '$(Configuration)'=='Debug' ">
<DebugType>full</DebugType>
<DocumentationFile>bin\Debug\netstandard1.0\CBOR.xml</DocumentationFile>
<DocumentationFile>bin\Debug\netstandard2.0\CBOR.xml</DocumentationFile>

<CodeAnalysisRuleSet>rules.ruleset</CodeAnalysisRuleSet></PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
<DebugType>none</DebugType>
<DocumentationFile>bin\Release\netstandard1.0\CBOR.xml</DocumentationFile>
<DocumentationFile>bin\Release\netstandard2.0\CBOR.xml</DocumentationFile>
<CodeAnalysisRuleSet>rules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 3e5a466

Please sign in to comment.