Files
Slim/Slim.Tests/Slim.Tests.csproj
T
amacocian dd1b589b5d Implement DoNotInject attribute (#11)
* Implement DoNotInject attribute

* Upgrade pipelines
2022-05-12 18:13:28 +02:00

22 lines
680 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>latest</LangVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.0.0-alpha0001" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.0" />
<PackageReference Include="coverlet.collector" Version="1.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Slim\Slim.csproj" />
</ItemGroup>
</Project>