1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 05:15:43 +00:00

(#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

View File

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