FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pythonnet/src/testing/Python.Test.csproj at master · JakeJP/pythonnet · GitHub
JakeJP
/
pythonnet
Public
forked from
pythonnet/pythonnet
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pythonnet
/
src
/
testing
/
Python.Test.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (13 loc) · 521 Bytes
Breadcrumbs
pythonnet
/
src
/
testing
/
Python.Test.csproj
Copy path
File metadata and controls
13 lines (13 loc) · 521 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
<
Project
Sdk
=
"
Microsoft.NET.Sdk
"
>
<
PropertyGroup
>
<
TargetFrameworks
>netstandard2.0;net6.0</
TargetFrameworks
>
<
AllowUnsafeBlocks
>true</
AllowUnsafeBlocks
>
<
GenerateRuntimeConfigurationFiles
>true</
GenerateRuntimeConfigurationFiles
>
<
AssemblyOriginatorKeyFile
>..\pythonnet.snk</
AssemblyOriginatorKeyFile
>
<
SignAssembly
>true</
SignAssembly
>
<
NoWarn
>IDE0051;IDE0060</
NoWarn
>
</
PropertyGroup
>
<
ItemGroup
>
<
ProjectReference
Include
=
"
..\runtime\Python.Runtime.csproj
"
/>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL