Skip to content

Commit

Permalink
Update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Thraka committed Dec 31, 2021
1 parent 1e71713 commit e7fac19
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions templates/SadConsole.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>2.0.2</PackageVersion>
<PackageVersion>3.0.0</PackageVersion>
<PackageId>SadConsole.Templates</PackageId>
<Title>SadConsole Game Templates</Title>
<Authors>Thraka</Authors>
<Description>Templates to create new SadConsole projects</Description>
<PackageTags>dotnet-new;templates;template;sadconsole;roguelike;roguelikes;sadrogue;thesadrogue</PackageTags>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>MyGame</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SadConsole.Host.MonoGame" Version="9.1.1" />
<PackageReference Include="SadConsole.Host.MonoGame" Version="9.2.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>MyGame</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SadConsole.Host.MonoGame" Version="9.1.1" />
<PackageReference Include="SadConsole.Host.MonoGame" Version="9.2.0" />
</ItemGroup>

</Project>

0 comments on commit e7fac19

Please sign in to comment.