mirror of
https://github.com/bitwarden/server.git
synced 2025-04-16 02:28:13 -05:00
49 lines
1.5 KiB
XML
49 lines
1.5 KiB
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
<Version>2024.12.0</Version>
|
|
|
|
<RootNamespace>Bit.$(MSBuildProjectName)</RootNamespace>
|
|
<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.8.0</MicrosoftNetTestSdkVersion>
|
|
<!--
|
|
NuGet: https://www.nuget.org/packages/xunit
|
|
-->
|
|
<XUnitVersion>2.6.6</XUnitVersion>
|
|
<!--
|
|
NuGet: https://www.nuget.org/packages/xunit.runner.visualstudio
|
|
-->
|
|
<XUnitRunnerVisualStudioVersion>2.5.6</XUnitRunnerVisualStudioVersion>
|
|
<!--
|
|
NuGet: https://www.nuget.org/packages/coverlet.collector
|
|
-->
|
|
<CoverletCollectorVersion>6.0.0</CoverletCollectorVersion>
|
|
<!--
|
|
NuGet: https://www.nuget.org/packages/NSubstitute
|
|
-->
|
|
<NSubstituteVersion>5.1.0</NSubstituteVersion>
|
|
<!--
|
|
NuGet: https://www.nuget.org/packages/AutoFixture.Xunit2
|
|
-->
|
|
<AutoFixtureXUnit2Version>4.18.1</AutoFixtureXUnit2Version>
|
|
<!--
|
|
NuGet: https://www.nuget.org/packages/AutoFixture.AutoNSubstitute
|
|
-->
|
|
<AutoFixtureAutoNSubstituteVersion>4.18.1</AutoFixtureAutoNSubstituteVersion>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|