Skip to content

Commit

Permalink
- Update
Browse files Browse the repository at this point in the history
  • Loading branch information
NinjaRocks committed Nov 24, 2024
1 parent c50c94e commit 663bd5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Secure.SAML/Secure.SAML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<PackageId>Secure.SAML</PackageId>
<IncludeSymbols>True</IncludeSymbols>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<SymbolPackageFormat>symbols.nupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -47,7 +48,7 @@
<ItemGroup>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Security.Cryptography.Xml" Version="9.0.0"/>
<PackageReference Include="System.Security.Cryptography.Xml" Version="9.0.0" />
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 663bd5e

Please sign in to comment.