Skip to content

Commit

Permalink
PCC : Update to .NET 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LegendsOfSky committed May 7, 2022
1 parent 63e3b03 commit a1a1fca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion PCCSettingsCalculator/PCCSettingsGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion PCCSettingsCalculator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System.Diagnostics.CodeAnalysis;
using System.Dynamic;
using System.IO;
using System.Runtime.InteropServices.WindowsRuntime;
using System.Text.Encodings.Web;
using System.Text.Json;
using System.Resources;
Expand Down

0 comments on commit a1a1fca

Please sign in to comment.