Skip to content

Commit 542b84f

Browse files
committed
Update to .NET 6
1 parent 40636e5 commit 542b84f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"request": "launch",
1111
"preLaunchTask": "build",
1212
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceFolder}/console/bin/Debug/net5.0/SporeDownloader.dll",
13+
"program": "${workspaceFolder}/console/bin/Debug/net6.0/SporeDownloader.dll",
1414
"args": [
1515
"user",
1616
"DOGC_Kyle"

console/console.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
<PropertyGroup>
88
<OutputType>Exe</OutputType>
9-
<TargetFramework>net5.0</TargetFramework>
9+
<TargetFramework>net6.0</TargetFramework>
1010

11-
<!-- <PublishSingleFile>true</PublishSingleFile>
11+
<PublishSingleFile>true</PublishSingleFile>
1212
<SelfContained>true</SelfContained>
1313
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
14+
<InvariantGlobalization>true</InvariantGlobalization>
1415
<PublishTrimmed>true</PublishTrimmed>
15-
<PublishReadyToRun>true</PublishReadyToRun> -->
1616

1717
<AssemblyName>SporeDownloader</AssemblyName>
1818
<RootNamespace>SporeDownloader</RootNamespace>
@@ -23,4 +23,4 @@
2323
<Nullable>enable</Nullable>
2424
</PropertyGroup>
2525

26-
</Project>
26+
</Project>

library/library.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)