-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
34 lines (34 loc) · 1.82 KB
/
Copy pathDirectory.Build.props
File metadata and controls
34 lines (34 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<Project>
<PropertyGroup>
<PackageTags>akka;actors;actor model;Akka;concurrency;serilog</PackageTags>
<Copyright>Copyright © 2013-2023 Akka.NET Team</Copyright>
<Authors>Akka.NET Team</Authors>
<PackageReleaseNotes>* [Update Akka.NET to 1.5.69](https://github.com/akkadotnet/akka.net/releases/tag/1.5.69)
* [Update Akka.Hosting to 1.5.69](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.69)
* [Fix incorrect WithLogging API reference in docs (should be ConfigureLoggers)](https://github.com/akkadotnet/Akka.Logger.Serilog/pull/343)</PackageReleaseNotes>
<VersionPrefix>1.5.69</VersionPrefix>
<PackageProjectUrl>https://github.com/akkadotnet/Akka.Logger.Serilog</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<LangVersion>12</LangVersion>
</PropertyGroup>
<PropertyGroup>
<AkkaVersion>1.5.70</AkkaVersion>
<AkkaHostingVersion>1.5.69</AkkaHostingVersion>
<NetCoreTestVersion>net8.0</NetCoreTestVersion>
<NetFrameworkTestVersion>net48</NetFrameworkTestVersion>
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
</ItemGroup>
</Project>