11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <Version >3.0 .0</Version >
3+ <Version >3.1 .0</Version >
44 <PackageId >log4net</PackageId >
55 <Product >Apache log4net</Product >
66 <Title >$(Product)</Title >
@@ -55,7 +55,8 @@ log4net is designed with two distinct goals in mind: speed and flexibility
5555 <AssemblyCopyright >$(Copyright)</AssemblyCopyright >
5656 <AssemblyTrademark >Apache and Apache log4net are trademarks of The Apache Software Foundation</AssemblyTrademark >
5757 <AssemblyDefaultAlias >$(AssemblyName)</AssemblyDefaultAlias >
58- <AssemblyCulture ></AssemblyCulture >
58+ <AssemblyCulture >
59+ </AssemblyCulture >
5960 </PropertyGroup >
6061 <PropertyGroup Condition =" '$(TargetFramework)'=='net462'" >
6162 <AssemblyTitle >$(AssemblyTitle) Framework 4.6.2</AssemblyTitle >
@@ -114,15 +115,15 @@ log4net is designed with two distinct goals in mind: speed and flexibility
114115 <PrivateAssets >all</PrivateAssets >
115116 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
116117 </PackageReference >
117- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
118+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
118119 </ItemGroup >
119120 <Import Project =" ../MonoForFramework.targets" />
120121 <Target Name =" _ResolveCopyLocalNuGetPackagePdbsAndXml" Condition =" $(CopyLocalLockFileAssemblies) == true" AfterTargets =" ResolveReferences" >
121122 <!-- "Workaround" for missing '.pdb'-Files from NuGet Packages -->
122123 <!-- https://github.com/dotnet/sdk/issues/1458#issuecomment-420456386 -->
123124 <ItemGroup >
124- <ReferenceCopyLocalPaths Include =" @(ReferenceCopyLocalPaths-> '%(RootDir)%(Directory)%(Filename).pdb')" Condition =" '%(ReferenceCopyLocalPaths.NuGetPackageId)' != '' and Exists('%(RootDir)%(Directory)%(Filename).pdb')" />
125- <ReferenceCopyLocalPaths Include =" @(ReferenceCopyLocalPaths-> '%(RootDir)%(Directory)%(Filename).xml')" Condition =" '%(ReferenceCopyLocalPaths.NuGetPackageId)' != '' and Exists('%(RootDir)%(Directory)%(Filename).xml')" />
125+ <ReferenceCopyLocalPaths Include =" @(ReferenceCopyLocalPaths-> '%(RootDir)%(Directory)%(Filename).pdb')" Condition =" '%(ReferenceCopyLocalPaths.NuGetPackageId)' != '' and Exists('%(RootDir)%(Directory)%(Filename).pdb')" />
126+ <ReferenceCopyLocalPaths Include =" @(ReferenceCopyLocalPaths-> '%(RootDir)%(Directory)%(Filename).xml')" Condition =" '%(ReferenceCopyLocalPaths.NuGetPackageId)' != '' and Exists('%(RootDir)%(Directory)%(Filename).xml')" />
126127 </ItemGroup >
127128 </Target >
128129</Project >
0 commit comments