File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
namespace ClrLoader
10
10
{
11
- using DllExportAttribute = ExportAttribute ;
12
-
13
11
public static class ClrLoader
14
12
{
15
13
delegate int EntryPoint ( IntPtr buffer , int size ) ;
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" NXPorts" Version =" 0.2.0-p-52ea1696deff18634a6e45d34b8c6108161401f3 " />
8
+ <PackageReference Include =" NXPorts" Version =" 1.0.0 " />
9
9
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Condition =" $(MSBuildRuntimeType) == 'Core'" >
10
- <Version >1.0.0-preview.2 </Version >
10
+ <Version >1.0.0</Version >
11
11
<PrivateAssets >all</PrivateAssets >
12
12
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
13
13
</PackageReference >
You can’t perform that action at this time.
0 commit comments