We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a197a66 commit 69aec08Copy full SHA for 69aec08
DiskAccessLibrary/DiskAccessLibrary.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
+ <TargetFrameworks>net20;net40;net472;netstandard2.0</TargetFrameworks>
5
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
6
<AssemblyName>DiskAccessLibrary</AssemblyName>
7
<Version>1.5.9</Version>
DiskAccessLibrary/Disks/RawDiskImage/RawDiskImage.cs
@@ -327,7 +327,7 @@ public static int DetectBytesPerSector(string path)
327
328
private static bool IsWin32()
329
{
330
-#if NETSTANDARD2_0
+#if NET472 || NETSTANDARD2_0
331
return RuntimeInformation.IsOSPlatform(OSPlatform.Windows);
332
#else
333
return true;
0 commit comments