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 8bd87d4 commit 50a1aab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Numbers/Numbers.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>1.9</Version>
<Owners>Peter Occil</Owners>
Expand Down Expand Up @@ -40,13 +40,13 @@ Version 1.8
<DefineConstants>MULTI_TARGETING_SUPPORT_ATTRIBUTES</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=' &apos;$(Configuration)&apos;==&apos;Debug&apos; '>
<DocumentationFile>bin\Debug\netstandard1.0\Numbers.xml</DocumentationFile>
<DocumentationFile>bin\Debug\netstandard2.0\Numbers.xml</DocumentationFile>

<DebugType>full</DebugType>
<CodeAnalysisRuleSet>rules.ruleset</CodeAnalysisRuleSet></PropertyGroup>
<PropertyGroup Condition=' &apos;$(Configuration)&apos;==&apos;Release&apos; '>
<DebugType>none</DebugType>
<DocumentationFile>bin\Release\netstandard1.0\Numbers.xml</DocumentationFile>
<DocumentationFile>bin\Release\netstandard2.0\Numbers.xml</DocumentationFile>

<CodeAnalysisRuleSet>rules.ruleset</CodeAnalysisRuleSet></PropertyGroup>

Expand Down

0 comments on commit 50a1aab

Please sign in to comment.