2021-12-08 03:45:24 +01:00
|
|
|
<Project>
|
2021-05-12 19:03:21 +02:00
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-06-24 16:39:34 +02:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<!--Current Version: -->
|
2022-06-20 22:40:34 +02:00
|
|
|
<Version>2022.5.2</Version>
|
2021-05-12 19:03:21 +02:00
|
|
|
<RootNamespace>Bit.$(MSBuildProjectName)</RootNamespace>
|
2022-02-10 15:40:31 +01:00
|
|
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
2021-05-12 19:03:21 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2022-06-24 16:39:34 +02:00
|
|
|
<!--
|
|
|
|
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>
|