Skip to content

Commit

Permalink
updated templates csproj to using latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
baetz-daniel committed Nov 23, 2020
1 parent 5ed5909 commit 02aaada
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Exomia.Framework" Version="1.5.0" />
<PackageReference Include="Exomia.Framework" Version="1.*" />
</ItemGroup>

<ItemGroup Condition="'$(Platform)'!='AnyCPU'">
<PackageReference Include="Exomia.Framework.$(Platform)" Version="1.5.0" />
<PackageReference Include="Exomia.Framework.$(Platform)" Version="1.*" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
<TemplateData>
<Name>Exomia.Framework.Template.Net48</Name>
<Name>Exomia.Framework.Template (.Net Framework 4.8)</Name>
<Description>The template project for building games and more with the Exomia.Framework.</Description>
<ProjectType>CSharp</ProjectType>
<LanguageTag>C#</LanguageTag>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Exomia.Framework" Version="1.5.0" />
<PackageReference Include="Exomia.Framework" Version="1.*" />
</ItemGroup>

<ItemGroup Condition="'$(Platform)'!='AnyCPU'">
<PackageReference Include="Exomia.Framework.$(Platform)" Version="1.5.0" />
<PackageReference Include="Exomia.Framework.$(Platform)" Version="1.*" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
<TemplateData>
<Name>Exomia.Framework.Template.NetCore3.1</Name>
<Name>Exomia.Framework.Template (.Net Core 3.1)</Name>
<Description>The template project for building games and more with the Exomia.Framework.</Description>
<ProjectType>CSharp</ProjectType>
<LanguageTag>C#</LanguageTag>
Expand Down

0 comments on commit 02aaada

Please sign in to comment.