2020-10-01 05:37:46 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2023-11-22 12:46:59 -05:00
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
2020-10-01 05:37:46 +02:00
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
|
<RootNamespace>Microsoft.Plugin.Folder.UnitTests</RootNamespace>
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-02-13 12:10:33 -05:00
|
|
|
<PackageReference Include="Moq" />
|
2024-07-26 12:57:06 +02:00
|
|
|
<PackageReference Include="MSTest" />
|
2023-02-13 12:10:33 -05:00
|
|
|
<PackageReference Include="System.IO.Abstractions.TestingHelpers" />
|
2020-10-01 05:37:46 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Microsoft.Plugin.Folder\Microsoft.Plugin.Folder.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-12-01 09:40:41 -05:00
|
|
|
|
2020-10-01 05:37:46 +02:00
|
|
|
</Project>
|