Skip to content

Commit

Permalink
Move to .net 6 I'm sure nothing will break
Browse files Browse the repository at this point in the history
  • Loading branch information
Ijwu committed Jun 21, 2022
1 parent 2067b67 commit 2ef91b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions EnemizerCLI.Core/EnemizerCLI.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current">
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<FileUpgradeFlags>40</FileUpgradeFlags>
<UpgradeBackupLocation>E:\Enemizer-master\Backup\EnemizerCLI.Core\</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>x64</PlatformTarget>
<TargetFramework>net6.0</TargetFramework>
<WarningLevel>4</WarningLevel>
<InvariantGlobalization>true</InvariantGlobalization>
<AnalysisLevel>none</AnalysisLevel>
</PropertyGroup>
<ItemGroup>
<None Remove="bosses_gfx\Agahnim\agahlink.zip" />
Expand Down
2 changes: 1 addition & 1 deletion EnemizerCLI.Core/publish.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ setlocal
PATH="C:\Program Files\7-Zip";%PATH%
set MSBUILDSINGLELOADCONTEXT=1

set FRAMEWORK=netcoreapp3.1
set FRAMEWORK=net6.0
set RELEASEBUILD=Release

set WINDOWSVERSION=win-x64
Expand Down

0 comments on commit 2ef91b4

Please sign in to comment.