Skip to content

Commit

Permalink
Fixed Unity version in Kingmaker Template
Browse files Browse the repository at this point in the history
  • Loading branch information
ADDB committed Apr 23, 2024
1 parent 39c58dc commit bd07b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OwlcatTemplates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>1.4.1</PackageVersion>
<PackageVersion>1.4.2</PackageVersion>
<PackageId>Owlcat.Templates</PackageId>
<Title>Owlcat Mod Templates</Title>
<Authors>ADDB;Microsoftenator;AlterAsc</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</Target>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="all" />
<PackageReference Include="UnityEngine.Modules" Version="2020.3.48" IncludeAssets="compile" />
<PackageReference Include="UnityEngine.Modules" Version="2018.4.10" IncludeAssets="compile" />
<PackageReference Include="Aze.Publicise.MSBuild.Task" Version="1.1.0" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" PrivateAssets="all" />
</ItemGroup>
<Target Name="Publicise" AfterTargets="BeforeBuild;Clean" Inputs="@(PubliciseInputAssemblies)" Outputs="$(SolutionDir)lib\%(PubliciseInputAssemblies.FileName)_public.dll;$(SolutionDir)lib\%(PubliciseInputAssemblies.FileName)_public.hash">
Expand Down

0 comments on commit bd07b7a

Please sign in to comment.