rinseoff/rinseoffcli/rinseoffcli.csproj

13 lines
256 B
XML
Raw Normal View History

2020-12-20 01:01:40 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2020-12-20 09:07:19 +00:00
<ItemGroup>
<ProjectReference Include="..\rinseoff\rinseoff.csproj" />
</ItemGroup>
2020-12-20 01:01:40 +00:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2020-12-29 08:41:28 +00:00
<TargetFramework>net5.0</TargetFramework>
2020-12-20 01:01:40 +00:00
</PropertyGroup>
</Project>