File tree 3 files changed +1
-2
lines changed
3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
4
5
<OutputPath >$(MSBuildThisFileDirectory)bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath >
5
6
<BaseIntermediateOutputPath >$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath >
6
7
<DefineConstants Condition =" '$(ExtraDefine)' != '' " >$(DefineConstants);$(ExtraDefine)</DefineConstants >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net46;netcoreapp2.0</TargetFrameworks >
5
- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6
5
<DefineConstants Condition =" '$(TargetFramework)' == 'net46' " >$(DefineConstants);DESKTOP</DefineConstants >
7
6
</PropertyGroup >
8
7
Original file line number Diff line number Diff line change 12
12
<AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
13
13
<SignAssembly >true</SignAssembly >
14
14
<AssemblyOriginatorKeyFile >..\libgit2sharp.snk</AssemblyOriginatorKeyFile >
15
- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
16
15
<DefineConstants Condition =" '$(TargetFramework)' == 'net40' " >$(DefineConstants);DESKTOP</DefineConstants >
17
16
</PropertyGroup >
18
17
You can’t perform that action at this time.
0 commit comments