mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
4b144f4cda
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
52 lines
1.7 KiB
XML
52 lines
1.7 KiB
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<!--2022.6.2-->
|
|
<Version>2022.8.4</Version>
|
|
<RootNamespace>Bit.$(MSBuildProjectName)</RootNamespace>
|
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
|
|
<!--
|
|
This section is for packages that we use multiple times throughout the solution
|
|
It gives us a single place to manage the version to ensure we are using the same version
|
|
across the solution.
|
|
-->
|
|
<PropertyGroup>
|
|
<!--
|
|
NuGet: https://www.nuget.org/packages/Microsoft.NET.Test.Sdk
|
|
-->
|
|
<MicrosoftNetTestSdkVersion>17.1.0</MicrosoftNetTestSdkVersion>
|
|
<!--
|
|
NuGet: https://www.nuget.org/packages/xunit
|
|
-->
|
|
<XUnitVersion>2.4.1</XUnitVersion>
|
|
<!--
|
|
NuGet: https://www.nuget.org/packages/xunit
|
|
-->
|
|
<XUnitRunnerVisualStudioVersion>2.4.3</XUnitRunnerVisualStudioVersion>
|
|
<!--
|
|
NuGet: https://www.nuget.org/packages/coverlet.collector/
|
|
-->
|
|
<CoverletCollectorVersion>3.1.2</CoverletCollectorVersion>
|
|
<!--
|
|
NuGet: https://www.nuget.org/packages/Swashbuckle.AspNetCore/
|
|
-->
|
|
<MicrosoftVisualStudioWebCodeGenerationDesignVersion>6.0.3</MicrosoftVisualStudioWebCodeGenerationDesignVersion>
|
|
<!--
|
|
NuGet: https://www.nuget.org/packages/NSubstitute/
|
|
-->
|
|
<NSubstitueVersion>4.3.0</NSubstitueVersion>
|
|
<!--
|
|
NuGet: https://www.nuget.org/packages/AutoFixture.Xunit2/
|
|
-->
|
|
<AutoFixtureXUnit2Version>4.17.0</AutoFixtureXUnit2Version>
|
|
<!--
|
|
NuGet: https://www.nuget.org/packages/AutoFixture.AutoNSubstitute/
|
|
-->
|
|
<AutoFixtureAutoNSubstituteVersion>4.17.0</AutoFixtureAutoNSubstituteVersion>
|
|
</PropertyGroup>
|
|
|
|
</Project> |