File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2020 <GenerateAssemblyFileVersionAttribute >true</GenerateAssemblyFileVersionAttribute >
2121 <GenerateDocumentationFile >true</GenerateDocumentationFile >
2222 <!-- Don't reference the full NETStandard.Library -->
23- <DisableImplicitFrameworkReferences >true</DisableImplicitFrameworkReferences >
23+ <DisableImplicitFrameworkReferences Condition = " '$(TargetFramework)' == 'netstandard1.0' " >true</DisableImplicitFrameworkReferences >
2424 <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
2525 <TreatSpecificWarningsAsErrors />
2626 <RootNamespace >Serilog</RootNamespace >
3333
3434 <ItemGroup >
3535 <PackageReference Include =" Serilog" Version =" 2.5.0" />
36+ </ItemGroup >
37+
38+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.0' " >
3639 <PackageReference Include =" System.Diagnostics.Debug" Version =" 4.3.0" />
3740 </ItemGroup >
3841
You can’t perform that action at this time.
0 commit comments