Skip to content

Commit 3621139

Browse files
committed
Fixed references
1 parent bea54a9 commit 3621139

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

$safeprojectname$.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="0Harmony, Version=2.3.2.0, Culture=neutral, processorArchitecture=MSIL">
37+
<Reference Include="0Harmony, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
3838
<HintPath>..\packages\Pfhoenix.Valheim.ModProjectReferences.1.0.5\lib\net46\0Harmony.dll</HintPath>
3939
<Private>False</Private>
4040
</Reference>
@@ -74,7 +74,7 @@
7474
<HintPath>..\packages\Pfhoenix.Valheim.ModProjectReferences.1.0.5\lib\net46\assembly_valheim.dll</HintPath>
7575
<Private>False</Private>
7676
</Reference>
77-
<Reference Include="BepInEx, Version=5.4.8.0, Culture=neutral, processorArchitecture=MSIL">
77+
<Reference Include="BepInEx, Version=5.4.9.0, Culture=neutral, processorArchitecture=MSIL">
7878
<HintPath>..\packages\Pfhoenix.Valheim.ModProjectReferences.1.0.5\lib\net46\BepInEx.dll</HintPath>
7979
<Private>False</Private>
8080
</Reference>

MyTemplate.vstemplate

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<Project TargetFileName="$safeprojectname$.csproj" File="$safeprojectname$.csproj" ReplaceParameters="true">
1919
<ProjectItem ReplaceParameters="true" TargetFileName="packages.config">packages.config</ProjectItem>
2020
<ProjectItem ReplaceParameters="true" TargetFileName="Plugin.cs">Plugin.cs</ProjectItem>
21+
<ProjectItem ReplaceParameters="true" TargetFileName="AssetHelper.cs">AssetHelper.cs</ProjectItem>
2122
<Folder Name="Properties" TargetFolderName="Properties">
2223
<ProjectItem ReplaceParameters="true" TargetFileName="AssemblyInfo.cs">AssemblyInfo.cs</ProjectItem>
2324
</Folder>

0 commit comments

Comments
 (0)