Falcon.SugarApi/NugetPluginTest/NugetPluginTest.csproj

30 lines
834 B
XML
Raw Normal View History

2024-11-20 10:56:44 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2024-08-27 10:52:27 +08:00
<PropertyGroup>
2025-02-20 16:38:21 +08:00
<TargetFrameworks>net6</TargetFrameworks>
2024-08-27 10:52:27 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
2024-11-20 10:56:44 +08:00
<PackageReference Include="Microsoft.Build" Version="17.3.2" />
2024-08-27 10:52:27 +08:00
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="RabbitMQ.Client" Version="6.8.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Nuget\" />
</ItemGroup>
<ItemGroup>
<None Update="Falcon.SugarApi.2.2.0.nupkg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>