8000 fixup! merge latest master · pythonnet/pythonnet@4f3f648 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4f3f648

Browse files
SDEIIlostmsu
authored andcommitted
fixup! merge latest master
1 parent 7271d88 commit 4f3f648

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/runtime/Python.Runtime.csproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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>
@@ -20,30 +20,30 @@
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" />

0 commit comments

Comments
 (0)
0