(#14) Format csproj

This commit is contained in:
Oliver Booth 2021-07-19 11:34:37 +01:00
parent c91067a9ba
commit 55dc20b79d
No known key found for this signature in database
GPG Key ID: A4AC17007530E9B4
1 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5.0;netstandard2.0</TargetFrameworks>
@ -25,11 +25,11 @@
<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath/>
<PackagePath />
</None>
<None Include="..\LICENSE.md">
<Pack>True</Pack>
<PackagePath/>
<PackagePath />
</None>
</ItemGroup>
@ -64,7 +64,4 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>