Skip to content

Commit

Permalink
Changed: Make Assembly Trimmable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 17, 2022
1 parent ed86025 commit 4553345
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
Expand Down
8 changes: 6 additions & 2 deletions Source/Reloaded.Assembler/Reloaded.Assembler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<PropertyGroup>
<TargetFrameworks>
netstandard2.0;
net5.0;
net6.0;
</TargetFrameworks>
<Platforms>AnyCPU;x86;x64</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -19,9 +21,11 @@
<PackageIconUrl></PackageIconUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Reloaded-Project/Reloaded.Assembler</RepositoryUrl>
<Version>1.0.12</Version>
<Version>1.0.13</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>Icon.png</PackageIcon>

<IsTrimmable>true</IsTrimmable>
</PropertyGroup>

<ItemGroup>
Expand All @@ -46,6 +50,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Reloaded.Memory.Buffers" Version="1.4.4" />
<PackageReference Include="Reloaded.Memory.Buffers" Version="1.4.6" />
</ItemGroup>
</Project>

0 comments on commit 4553345

Please sign in to comment.