mirror of
https://github.com/FIX94/nfs2iso2nfs.git
synced 2024-11-29 13:04:22 +01:00
9 lines
171 B
XML
9 lines
171 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>net5.0</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|