mirror of
https://github.com/bitwarden/server.git
synced 2025-11-18 06:54:43 +01:00
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
<Version>2025.11.1</Version>
|
|
|
|
<RootNamespace>Bit.$(MSBuildProjectName)</RootNamespace>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<IsTestProject Condition="'$(IsTestProject)' == '' and ($(MSBuildProjectName.EndsWith('.Test')) or $(MSBuildProjectName.EndsWith('.IntegrationTest')))">true</IsTestProject>
|
|
<Nullable Condition="'$(Nullable)' == '' and '$(IsTestProject)' == 'true'">annotations</Nullable>
|
|
<Nullable Condition="'$(Nullable)' == '' and '$(IsTestProject)' != 'true'">enable</Nullable>
|
|
<TreatWarningsAsErrors Condition="'$(TreatWarningsAsErrors)' == ''">true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<MicrosoftNetTestSdkVersion>17.8.0</MicrosoftNetTestSdkVersion>
|
|
|
|
<XUnitVersion>2.6.6</XUnitVersion>
|
|
|
|
<XUnitRunnerVisualStudioVersion>2.5.6</XUnitRunnerVisualStudioVersion>
|
|
|
|
<CoverletCollectorVersion>6.0.0</CoverletCollectorVersion>
|
|
|
|
<NSubstituteVersion>5.1.0</NSubstituteVersion>
|
|
|
|
<AutoFixtureXUnit2Version>4.18.1</AutoFixtureXUnit2Version>
|
|
|
|
<AutoFixtureAutoNSubstituteVersion>4.18.1</AutoFixtureAutoNSubstituteVersion>
|
|
</PropertyGroup>
|
|
</Project> |