Skip to content

Commit

Permalink
Fix #18 Add net461 as a target
Browse files Browse the repository at this point in the history
  • Loading branch information
mfakane committed Mar 21, 2023
1 parent 70f0351 commit 0a25cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RawInput.Sharp/RawInput.Sharp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.1</TargetFramework>
<LangVersion>10</LangVersion>
<RootNamespace>Linearstar.Windows.RawInput</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -17,6 +16,7 @@
<PackageTags>Windows RawInput</PackageTags>
<RepositoryUrl>https://github.com/mfakane/rawinput-sharp</RepositoryUrl>
<Nullable>enable</Nullable>
<TargetFrameworks>netstandard1.1;net461</TargetFrameworks>
</PropertyGroup>

</Project>

0 comments on commit 0a25cd8

Please sign in to comment.