File tree 2 files changed +6
-5
lines changed
1_CS/Memory/Win32InteropSample
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
using Windows . Win32 ;
2
2
using Windows . Win32 . Security ;
3
3
4
- [ assembly: System . Runtime . Versioning . SupportedOSPlatform ( "Windows " ) ]
4
+ [ assembly: System . Runtime . Versioning . SupportedOSPlatform ( "windows10.0.18362 " ) ]
5
5
6
6
if ( args . Length != 2 )
7
7
{
Original file line number Diff line number Diff line change 7
7
<ImplicitUsings >enable</ImplicitUsings >
8
8
</PropertyGroup >
9
9
10
- <PropertyGroup Condition = " '$(Configuration)|$(Platform)'=='Debug|AnyCPU' " >
10
+ <PropertyGroup >
11
11
<PlatformTarget >x64</PlatformTarget >
12
12
</PropertyGroup >
13
13
14
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
15
- <PlatformTarget >x64</PlatformTarget >
16
- </PropertyGroup >
14
+ <ItemGroup >
15
+ <SupportedPlatform Include =" Windows" />
16
+ </ItemGroup >
17
+
17
18
18
19
<ItemGroup >
19
20
<PackageReference Include =" Microsoft.Windows.CsWin32" Version =" 0.1.588-beta" >
You can’t perform that action at this time.
0 commit comments