2022-03-17 20:33:05 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-12-01 09:40:41 -05:00
|
|
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
2022-03-17 20:33:05 +01:00
|
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
|
|
<RootNamespace>Microsoft.PowerToys.Run.Plugin.TimeDate.UnitTests</RootNamespace>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-12-28 10:43:31 -08:00
|
|
|
|
<PackageReference Include="Moq" Version="4.18.3" />
|
|
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="3.0.1" />
|
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="3.0.1" />
|
2022-12-20 14:22:37 +00:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
|
2022-03-17 20:33:05 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Microsoft.PowerToys.Run.Plugin.TimeDate\Microsoft.PowerToys.Run.Plugin.TimeDate.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
2022-12-01 09:40:41 -05:00
|
|
|
|
|
2022-03-17 20:33:05 +01:00
|
|
|
|
</Project>
|