1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-09 23:35:41 +00:00
VpSharp/VpSharp.Commands/VpSharp.Commands.csproj

19 lines
487 B
XML
Raw Permalink Normal View History

2022-11-27 20:43:21 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-06-18 15:39:05 +01:00
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
2022-11-29 19:06:47 +00:00
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2022-11-27 20:43:21 +00:00
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.CLSCompliantAttribute">
<_Parameter1>true</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
2022-11-27 20:43:21 +00:00
<ItemGroup>
<ProjectReference Include="..\VpSharp\VpSharp.csproj"/>
</ItemGroup>
</Project>