File tree Expand file tree Collapse file tree 5 files changed +97
-3
lines changed
Bannerlord.Module.Sdk.CSharp Expand file tree Collapse file tree 5 files changed +97
-3
lines changed Original file line number Diff line number Diff line change 192
192
]
193
193
}
194
194
},
195
-
195
+
196
196
"langVersion" : {
197
197
"type" : " parameter" ,
198
198
"datatype" : " text" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 0.2.0" ,
3
+ "configurations" : [
4
+ //#if (gameWindows)
5
+ {
6
+ "name" : " Start Debugging [net472] (Steam/GOG/Epic)" ,
7
+ "type" : " dotnet" ,
8
+ "request" : " launch" ,
9
+ "projectPath" : " ${workspaceFolder}\\ BLNamespace.csproj" ,
10
+ "launchConfigurationId" : " TargetFramework=net472;Bannerlord"
11
+ },
12
+ {
13
+ "name" : " Attach to Bannerlord [net472] (Steam/GOG/Epic)" ,
14
+ "type" : " clr" ,
15
+ "request" : " attach" ,
16
+ "processName" : " Bannerlord.exe" ,
17
+ },
18
+ {
19
+ "name" : " Attach to BLSE Bannerlord [net472] (Steam/GOG/Epic)" ,
20
+ "type" : " clr" ,
21
+ "request" : " attach" ,
22
+ "processName" : " Bannerlord.BLSE.Standalone.exe" ,
23
+ },
24
+ //#endif
25
+ //#if (gameWindowsStore)
26
+ {
27
+ "name" : " Start Debugging [net6] (Xbox)" ,
28
+ "type" : " dotnet" ,
29
+ "request" : " launch" ,
30
+ "projectPath" : " ${workspaceFolder}\\ BLNamespace.csproj" ,
31
+ "launchConfigurationId" : " TargetFramework=net6;Bannerlord"
32
+ },
33
+ {
34
+ "name" : " Attach to Bannerlord [net6] (Xbox)" ,
35
+ "type" : " coreclr" ,
36
+ "request" : " attach" ,
37
+ "processName" : " Bannerlord.exe" ,
38
+ },
39
+ {
40
+ "name" : " Attach to BLSE Bannerlord [net6] (Xbox)" ,
41
+ "type" : " coreclr" ,
42
+ "request" : " attach" ,
43
+ "processName" : " Bannerlord.BLSE.Standalone.exe" ,
44
+ }
45
+ //#endif
46
+ ]
47
+ }
Original file line number Diff line number Diff line change 179
179
],
180
180
"defaultValue" : " do-not-require-anything"
181
181
},
182
-
182
+
183
183
"langVersion" : {
184
184
"type" : " parameter" ,
185
185
"datatype" : " text" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 0.2.0" ,
3
+ "configurations" : [
4
+ //#if (gameWindows)
5
+ {
6
+ "name" : " Start Debugging [net472] (Steam/GOG/Epic)" ,
7
+ "type" : " dotnet" ,
8
+ "request" : " launch" ,
9
+ "projectPath" : " ${workspaceFolder}\\ BLNamespace.csproj" ,
10
+ "launchConfigurationId" : " TargetFramework=net472;Bannerlord"
11
+ },
12
+ {
13
+ "name" : " Attach to Bannerlord [net472] (Steam/GOG/Epic)" ,
14
+ "type" : " clr" ,
15
+ "request" : " attach" ,
16
+ "processName" : " Bannerlord.exe" ,
17
+ },
18
+ {
19
+ "name" : " Attach to BLSE Bannerlord [net472] (Steam/GOG/Epic)" ,
20
+ "type" : " clr" ,
21
+ "request" : " attach" ,
22
+ "processName" : " Bannerlord.BLSE.Standalone.exe" ,
23
+ },
24
+ //#endif
25
+ //#if (gameWindowsStore)
26
+ {
27
+ "name" : " Start Debugging [net6] (Xbox)" ,
28
+ "type" : " dotnet" ,
29
+ "request" : " launch" ,
30
+ "projectPath" : " ${workspaceFolder}\\ BLNamespace.csproj" ,
31
+ "launchConfigurationId" : " TargetFramework=net6;Bannerlord"
32
+ },
33
+ {
34
+ "name" : " Attach to Bannerlord [net6] (Xbox)" ,
35
+ "type" : " coreclr" ,
36
+ "request" : " attach" ,
37
+ "processName" : " Bannerlord.exe" ,
38
+ },
39
+ {
40
+ "name" : " Attach to BLSE Bannerlord [net6] (Xbox)" ,
41
+ "type" : " coreclr" ,
42
+ "request" : " attach" ,
43
+ "processName" : " Bannerlord.BLSE.Standalone.exe" ,
44
+ }
45
+ //#endif
46
+ ]
47
+ }
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup Label =" Build" >
4
- <TargetFramework >net5 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<PackageType >Template</PackageType >
6
6
<SuppressDependenciesWhenPacking >true</SuppressDependenciesWhenPacking >
7
7
<IncludeContentInPack >true</IncludeContentInPack >
You can’t perform that action at this time.
0 commit comments