Skip to content

Commit

Permalink
Update to .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-N committed Oct 28, 2023
1 parent 40636e5 commit 542b84f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/console/bin/Debug/net5.0/SporeDownloader.dll",
"program": "${workspaceFolder}/console/bin/Debug/net6.0/SporeDownloader.dll",
"args": [
"user",
"DOGC_Kyle"
Expand Down
8 changes: 4 additions & 4 deletions console/console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<!-- <PublishSingleFile>true</PublishSingleFile>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<InvariantGlobalization>true</InvariantGlobalization>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun> -->

<AssemblyName>SporeDownloader</AssemblyName>
<RootNamespace>SporeDownloader</RootNamespace>
Expand All @@ -23,4 +23,4 @@
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
</Project>
2 changes: 1 addition & 1 deletion library/library.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit 542b84f

Please sign in to comment.