File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
SadConsole.Project.MonoGame.CSharp
SadConsole.Project.SFML.CSharp Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<PackageType >Template</PackageType >
5
- <PackageVersion >2 .0.2 </PackageVersion >
5
+ <PackageVersion >3 .0.0 </PackageVersion >
6
6
<PackageId >SadConsole.Templates</PackageId >
7
7
<Title >SadConsole Game Templates</Title >
8
8
<Authors >Thraka</Authors >
9
9
<Description >Templates to create new SadConsole projects</Description >
10
10
<PackageTags >dotnet-new;templates;template;sadconsole;roguelike;roguelikes;sadrogue;thesadrogue</PackageTags >
11
- <TargetFramework >net5 .0</TargetFramework >
11
+ <TargetFramework >net6 .0</TargetFramework >
12
12
13
13
<IncludeContentInPack >true</IncludeContentInPack >
14
14
<IncludeBuildOutput >false</IncludeBuildOutput >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
5
- <TargetFramework >net5 .0</TargetFramework >
5
+ <TargetFramework >net6 .0</TargetFramework >
6
6
<RootNamespace >MyGame</RootNamespace >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" SadConsole.Host.MonoGame" Version =" 9.1.1 " />
10
+ <PackageReference Include =" SadConsole.Host.MonoGame" Version =" 9.2.0 " />
11
11
</ItemGroup >
12
12
13
13
</Project >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
5
- <TargetFramework >net5 .0</TargetFramework >
5
+ <TargetFramework >net6 .0</TargetFramework >
6
6
<RootNamespace >MyGame</RootNamespace >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" SadConsole.Host.MonoGame" Version =" 9.1.1 " />
10
+ <PackageReference Include =" SadConsole.Host.MonoGame" Version =" 9.2.0 " />
11
11
</ItemGroup >
12
12
13
13
</Project >
You can’t perform that action at this time.
0 commit comments