2019-07-30 16:47:10 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2019-07-19 15:01:34 +08:00
|
|
|
<PropertyGroup>
|
2021-03-19 14:33:43 +08:00
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2019-07-30 16:47:10 +08:00
|
|
|
|
|
|
|
<IsPackable>false</IsPackable>
|
2021-03-25 11:52:38 +08:00
|
|
|
<ReleaseVersion>0.7.1</ReleaseVersion>
|
2019-07-19 15:01:34 +08:00
|
|
|
</PropertyGroup>
|
2019-07-30 16:47:10 +08:00
|
|
|
|
2021-03-29 14:56:00 +08:00
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
</PropertyGroup>
|
2019-07-19 15:01:34 +08:00
|
|
|
<ItemGroup>
|
2019-08-27 16:14:35 +08:00
|
|
|
<PackageReference Include="nunit" Version="3.12.0" />
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="3.15.0" />
|
2021-03-29 14:56:00 +08:00
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
|
2019-07-19 15:01:34 +08:00
|
|
|
</ItemGroup>
|
2019-07-30 16:47:10 +08:00
|
|
|
|
2019-07-19 15:01:34 +08:00
|
|
|
<ItemGroup>
|
2020-04-30 15:36:06 +08:00
|
|
|
<ProjectReference Include="..\..\Storage\Storage\Storage.csproj" />
|
2019-07-19 15:01:34 +08:00
|
|
|
</ItemGroup>
|
2019-07-30 16:47:10 +08:00
|
|
|
</Project>
|