We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f2dec commit 9e991b7Copy full SHA for 9e991b7
dolphin.memory.access/Dolphin.Memory.Access.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>netstandard2.1</TargetFramework>
+ <TargetFramework>netstandard2.0</TargetFramework>
5
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
7
<Description>Tiny barebones library used to access the memory of Dolphin emulator on Windows.</Description>
0 commit comments