Fixes NBGV & Adds Big Sur to CI/CD (#317)

This commit is contained in:
Kamron Batman 2020-11-17 13:02:51 -08:00 committed by GitHub
parent d2cfeb06ab
commit 00beaf8e6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 27 deletions

View file

@ -26,14 +26,6 @@
<Delete Files="..\..\Distribution\$(AssemblyName).runtimeconfig.json" ContinueOnError="true" />
</Target>
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Zlib.Bindings" Version="1.4.0" />
</ItemGroup>
<!-- <ItemGroup Condition="'$(Configuration)'=='Analyze'">-->
<!-- <AdditionalFiles Include="..\..\stylecop.json" />-->
<!-- <AdditionalFiles Include="..\..\Rules.ruleset" />-->
<!-- </ItemGroup>-->
</Project>

View file

@ -29,15 +29,7 @@
<IncludeInPackage>false</IncludeInPackage>
</ProjectReference>
<PackageReference Include="MailKit" Version="2.8.0" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.2.31">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Zlib.Bindings" Version="1.4.0" />
<PackageReference Include="Argon2.Bindings" Version="1.8.0" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)'=='Analyze'">
<AdditionalFiles Include="..\..\stylecop.json" />
<AdditionalFiles Include="..\..\Rules.ruleset" />
</ItemGroup>
</Project>