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 11<Project Sdk =" Microsoft.NET.Sdk" >
2- <PropertyGroup >
2+ <PropertyGroup >
33 <TargetFrameworks >netstandard2.0</TargetFrameworks >
44 <Platforms >AnyCPU</Platforms >
55 <LangVersion >9.0</LangVersion >
6- <RootNamespace >Python.Runtime</RootNamespace >
6+ <RootNamespace >Python.Runtime</RootNamespace >
77 <AssemblyName >Python.Runtime</AssemblyName >
88
99 <PackageId >pythonnet</PackageId >
2020 <IncludeSymbols >true</IncludeSymbols >
2121 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2222
23- <AssemblyOriginatorKeyFile >..\pythonnet.snk</AssemblyOriginatorKeyFile >
23+ <AssemblyOriginatorKeyFile >..\pythonnet.snk</AssemblyOriginatorKeyFile >
2424 <SignAssembly >true</SignAssembly >
2525
2626 <NoWarn >1591;NU1701</NoWarn >
2727 <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
2828
2929 <IsPackable >true</IsPackable >
30- </PropertyGroup >
30+ </PropertyGroup >
3131
3232 <PropertyGroup >
3333 <OutputPath >..\..\pythonnet\runtime</OutputPath >
3434 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
35- </PropertyGroup >
35+ </PropertyGroup >
3636
37- <ItemGroup >
37+ <ItemGroup >
3838 <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " />
39- </ItemGroup >
39+ </ItemGroup >
4040
41- <ItemGroup >
41+ <ItemGroup >
4242 <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 >
4747
4848 <ItemGroup >
4949 <PackageReference Include =" System.Security.Permissions" Version =" 4.4.0" />
You can’t perform that action at this time.
0 commit comments