Skip to content

Commit

Permalink
More .NET 5 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro committed Sep 30, 2021
1 parent b290d3b commit db1cabe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DalamudPluginProjectTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<Version>1.0.0.0</Version>
</PropertyGroup>

<PropertyGroup>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.2" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions PluginCommandManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ private void RemoveCommandHandlers()
public void Dispose()
{
RemoveCommandHandlers();
GC.SuppressFinalize(this);
}
}
}

0 comments on commit db1cabe

Please sign in to comment.