Skip to content

Commit

Permalink
Update Project Targets & Base Library
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jul 19, 2021
1 parent 415733e commit 48d2948
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>false</IsPackable>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
Expand Down
Binary file modified Source/Reloaded.Assembler/FASM.DLL
Binary file not shown.
Binary file modified Source/Reloaded.Assembler/FASMX64.DLL
Binary file not shown.
6 changes: 2 additions & 4 deletions Source/Reloaded.Assembler/Reloaded.Assembler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<PropertyGroup>
<TargetFrameworks>
netstandard2.0;
NET452;
NET47
</TargetFrameworks>
<Platforms>AnyCPU;x86;x64</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -21,7 +19,7 @@
<PackageIconUrl></PackageIconUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Reloaded-Project/Reloaded.Assembler</RepositoryUrl>
<Version>1.0.9</Version>
<Version>1.0.10</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>Icon.png</PackageIcon>
</PropertyGroup>
Expand All @@ -48,6 +46,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Reloaded.Memory.Buffers" Version="1.*" />
<PackageReference Include="Reloaded.Memory.Buffers" Version="1.3.5" />
</ItemGroup>
</Project>

0 comments on commit 48d2948

Please sign in to comment.