1- <Project >
2- <PropertyGroup >
3- <PackageTags >akka;actors;actor model;Akka;concurrency;serilog</PackageTags >
4- <Copyright >Copyright © 2013-2018 Akka.NET Team</Copyright >
5- <Authors >Akka.NET Team</Authors >
6- <PackageReleaseNotes >Updated Serilog to [Akka.NET v1.4.1 ](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)</PackageReleaseNotes >
7- <VersionPrefix >1.4.1 </VersionPrefix >
8- <PackageIconUrl >http://getakka.net/images/akkalogo.png</PackageIconUrl >
9- <PackageProjectUrl >https://github.com/akkadotnet/Akka.Logger.Serilog</PackageProjectUrl >
10- <PackageLicenseUrl >https://github.com/akkadotnet/Akka.Logger.Serilog/blob/master/LICENSE</PackageLicenseUrl >
11- <NoWarn >$(NoWarn);CS1591</NoWarn >
12- </PropertyGroup >
13- <PropertyGroup >
14- <XunitVersion >2.4.1</XunitVersion >
15- <TestSdkVersion >16.5.0</TestSdkVersion >
16- <NBenchVersion >2.0.1</NBenchVersion >
17- <AkkaVersion >1.4.1 </AkkaVersion >
18- <NetCoreTestVersion >netcoreapp3.1</NetCoreTestVersion >
19- <NetFrameworkTestVersion >net461</NetFrameworkTestVersion >
20- <NetStandardLibVersion >netstandard2.0</NetStandardLibVersion >
21- </PropertyGroup >
22- <PropertyGroup >
23- <!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
24- <PublishRepositoryUrl >true</PublishRepositoryUrl >
25- <!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
26- <EmbedUntrackedSources >true</EmbedUntrackedSources >
27- <!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
28- <IncludeSymbols >true</IncludeSymbols >
29- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
30- </PropertyGroup >
31- <ItemGroup >
32- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
33- </ItemGroup >
1+ <Project >
2+ <PropertyGroup >
3+ <PackageTags >akka;actors;actor model;Akka;concurrency;serilog</PackageTags >
4+ <Copyright >Copyright © 2013-2020 Akka.NET Team</Copyright >
5+ <Authors >Akka.NET Team</Authors >
6+ <PackageReleaseNotes >Updated Akka.Logger. Serilog to [Akka.NET v1.4.3 ](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)</PackageReleaseNotes >
7+ <VersionPrefix >1.4.3 </VersionPrefix >
8+ <PackageIconUrl >http://getakka.net/images/akkalogo.png</PackageIconUrl >
9+ <PackageProjectUrl >https://github.com/akkadotnet/Akka.Logger.Serilog</PackageProjectUrl >
10+ <PackageLicenseUrl >https://github.com/akkadotnet/Akka.Logger.Serilog/blob/master/LICENSE</PackageLicenseUrl >
11+ <NoWarn >$(NoWarn);CS1591</NoWarn >
12+ </PropertyGroup >
13+ <PropertyGroup >
14+ <XunitVersion >2.4.1</XunitVersion >
15+ <TestSdkVersion >16.5.0</TestSdkVersion >
16+ <NBenchVersion >2.0.1</NBenchVersion >
17+ <AkkaVersion >1.4.3 </AkkaVersion >
18+ <NetCoreTestVersion >netcoreapp3.1</NetCoreTestVersion >
19+ <NetFrameworkTestVersion >net461</NetFrameworkTestVersion >
20+ <NetStandardLibVersion >netstandard2.0</NetStandardLibVersion >
21+ </PropertyGroup >
22+ <PropertyGroup >
23+ <!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
24+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
25+ <!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
26+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
27+ <!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
28+ <IncludeSymbols >true</IncludeSymbols >
29+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
30+ </PropertyGroup >
31+ <ItemGroup >
32+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
33+ </ItemGroup >
3434</Project >
0 commit comments