Skip to content

Commit

Permalink
Added snupkg file build support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Uralstech committed Nov 2, 2024
1 parent 1b48bf1 commit a3cbd41
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/EzrSquared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

<SelfContained>True</SelfContained>
<IsPublishable>True</IsPublishable>
<DebugType>portable</DebugType>

<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">True</IsAotCompatible>
</PropertyGroup>
Expand Down Expand Up @@ -50,6 +51,9 @@

<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>

<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand All @@ -74,10 +78,5 @@
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
<PolySharpIncludeRuntimeSupportedAttributes>True</PolySharpIncludeRuntimeSupportedAttributes>
<DefineConstants>MULTI_TARGETING_SUPPORT_ATTRIBUTES</DefineConstants>
<DebugType>portable</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='net8.0'">
<DebugType>portable</DebugType>
</PropertyGroup>
</Project>

0 comments on commit a3cbd41

Please sign in to comment.