File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 6
6
<TargetFramework Condition =" $(Configuration.EndsWith('-netfx'))" >net461</TargetFramework >
7
7
<TargetFramework Condition =" '$(UseIntrinsics)' == 'true'" >netcoreapp3.0</TargetFramework >
8
8
<RuntimeIdentifier Condition =" '$(TargetFramework)' == 'net461'" >win-x64</RuntimeIdentifier >
9
- <!-- This is required in order to have following extension files in the output folder of the projects referencing other projects. -->
10
- <AllowedReferenceRelatedFileExtensions >$(AllowedReferenceRelatedFileExtensions);.runtimeconfig.json;.runtimeconfig.dev.json;.deps.json</AllowedReferenceRelatedFileExtensions >
11
9
<IsPackable >false</IsPackable >
12
10
<GenerateDocumentationFile >true</GenerateDocumentationFile >
13
11
Original file line number Diff line number Diff line change 2
2
3
3
<Import Project =" ..\Directory.Build.targets" />
4
4
5
+ <PropertyGroup >
6
+ <!-- This needs to be in Directory.Build.targets or the default value for AllowedReferenceRelatedFileExtensions will not be applied.
7
+ This is required in order to have following extension files in the output folder of the projects referencing other projects. -->
8
+ <AllowedReferenceRelatedFileExtensions >$(AllowedReferenceRelatedFileExtensions);.runtimeconfig.json;.runtimeconfig.dev.json;.deps.json</AllowedReferenceRelatedFileExtensions >
9
+ </PropertyGroup >
10
+
5
11
<!-- Workaround for https://github.com/tonerdo/coverlet/pull/318 -->
6
12
<Target Name =" UpdateTargetPathForCoverage" BeforeTargets =" InstrumentModulesNoBuild;InstrumentModulesAfterBuild" >
7
13
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments