File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
- <PropertyGroup >
2
+ <PropertyGroup >
3
3
<TargetFrameworks >netstandard2.0</TargetFrameworks >
4
4
<Platforms >AnyCPU</Platforms >
5
5
<LangVersion >9.0</LangVersion >
6
- <RootNamespace >Python.Runtime</RootNamespace >
6
+ <RootNamespace >Python.Runtime</RootNamespace >
7
7
<AssemblyName >Python.Runtime</AssemblyName >
8
8
9
9
<PackageId >pythonnet</PackageId >
20
20
<IncludeSymbols >true</IncludeSymbols >
21
21
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
22
22
23
- <AssemblyOriginatorKeyFile >..\pythonnet.snk</AssemblyOriginatorKeyFile >
23
+ <AssemblyOriginatorKeyFile >..\pythonnet.snk</AssemblyOriginatorKeyFile >
24
24
<SignAssembly >true</SignAssembly >
25
25
26
26
<NoWarn >1591;NU1701</NoWarn >
27
27
<AllowUnsafeBlocks >True</AllowUnsafeBlocks >
28
28
29
29
<IsPackable >true</IsPackable >
30
- </PropertyGroup >
30
+ </PropertyGroup >
31
31
32
32
<PropertyGroup >
33
33
<OutputPath >..\..\pythonnet\runtime</OutputPath >
34
34
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
35
- </PropertyGroup >
35
+ </PropertyGroup >
36
36
37
- <ItemGroup >
37
+ <ItemGroup >
38
38
<None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " />
39
- </ItemGroup >
39
+ </ItemGroup >
40
40
41
- <ItemGroup >
41
+ <ItemGroup >
42
42
<None Remove =" resources\clr.py" />
43
- <EmbeddedResource Include =" resources\clr.py" >
44
- <LogicalName >clr.py</LogicalName >
45
- </EmbeddedResource >
46
- </ItemGroup >
43
+ <EmbeddedResource Include =" resources\clr.py" >
44
+ <LogicalName >clr.py</LogicalName >
45
+ </EmbeddedResource >
46
+ </ItemGroup >
47
47
48
48
<ItemGroup >
49
49
<PackageReference Include =" System.Security.Permissions" Version =" 4.4.0" />
You can’t perform that action at this time.
0 commit comments