File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
"request" : " launch" ,
11
11
"preLaunchTask" : " build" ,
12
12
// 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" ,
14
14
"args" : [
15
15
" user" ,
16
16
" DOGC_Kyle"
Original file line number Diff line number Diff line change 6
6
7
7
<PropertyGroup >
8
8
<OutputType >Exe</OutputType >
9
- <TargetFramework >net5 .0</TargetFramework >
9
+ <TargetFramework >net6 .0</TargetFramework >
10
10
11
- <!-- < PublishSingleFile>true</PublishSingleFile>
11
+ <PublishSingleFile >true</PublishSingleFile >
12
12
<SelfContained >true</SelfContained >
13
13
<RuntimeIdentifier >win-x64</RuntimeIdentifier >
14
+ <InvariantGlobalization >true</InvariantGlobalization >
14
15
<PublishTrimmed >true</PublishTrimmed >
15
- <PublishReadyToRun>true</PublishReadyToRun> -->
16
16
17
17
<AssemblyName >SporeDownloader</AssemblyName >
18
18
<RootNamespace >SporeDownloader</RootNamespace >
23
23
<Nullable >enable</Nullable >
24
24
</PropertyGroup >
25
25
26
- </Project >
26
+ </Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net5 .0</TargetFramework >
4
+ <TargetFramework >net6 .0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
</PropertyGroup >
7
7
You can’t perform that action at this time.
0 commit comments