Skip to content

Commit

Permalink
Remove PlatformTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
Poleric committed Apr 3, 2023
1 parent a15a680 commit 2715ad1
Showing 1 changed file with 18 additions and 23 deletions.
41 changes: 18 additions & 23 deletions VeinMiner/VeinMiner.csproj
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>latest</LangVersion>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<None Remove="C:\Users\MegghyUwU\.nuget\packages\tshock\5.0.0\contentFiles\any\net6.0\HttpServer.dll" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="TShock" Version="5.0.0" />
</ItemGroup>
<PropertyGroup>
<PlatformTarget>x64</PlatformTarget>
<AssemblyVersion>1.6.0.2</AssemblyVersion>
<FileVersion>1.6.0.2</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<WarningLevel>7</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<WarningLevel>7</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>latest</LangVersion>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<None Remove="C:\Users\MegghyUwU\.nuget\packages\tshock\5.0.0\contentFiles\any\net6.0\HttpServer.dll" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="TShock" Version="5.0.0" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<WarningLevel>7</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<WarningLevel>7</WarningLevel>
</PropertyGroup>
</Project>

0 comments on commit 2715ad1

Please sign in to comment.