forked from akkadotnet/Akka.Management
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
53 lines (53 loc) · 2.77 KB
/
Copy pathDirectory.Build.props
File metadata and controls
53 lines (53 loc) · 2.77 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<Project>
<PropertyGroup>
<Copyright>Copyright © 2013-$([System.DateTime]::Now.Year) Akka.NET Team</Copyright>
<Authors>Akka.NET Team</Authors>
<VersionPrefix>1.5.37</VersionPrefix>
<PackageReleaseNotes>* Update to [Akka.NET v1.5.37](https://github.com/akkadotnet/akka.net/releases/tag/1.5.35)
* Update to [Akka.Hosting v1.5.37](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.35)
* [Revert: Bump all Microsoft.Extensions.* dependency to 8.0.x](https://github.com/akkadotnet/Akka.Management/pull/3105)
* [Bump Azure.Identity to 1.13.2](https://github.com/akkadotnet/Akka.Management/pull/3076)
* [Bump Grpc.Tools to 2.69.0](https://github.com/akkadotnet/Akka.Management/pull/3050)</PackageReleaseNotes>
<PackageIconUrl>https://getakka.net/images/akkalogo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/akkadotnet/Akka.Management</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<AkkaPackageTags>akka;actors;actor model;Akka;concurrency;service discovery;cluster;clustering;</AkkaPackageTags>
<LibraryFramework>netstandard2.0</LibraryFramework>
<NetFramework>net6.0</NetFramework>
<TestsNet>net9.0</TestsNet>
<XunitVersion>2.8.1</XunitVersion>
<XUnitRunnerVersion>3.1.0</XUnitRunnerVersion>
<CoverletVersion>6.0.4</CoverletVersion>
<FluentAssertionVersion>7.0.0</FluentAssertionVersion>
<TestSdkVersion>17.13.0</TestSdkVersion>
<WireMockVersion>1.8.4</WireMockVersion>
<AkkaVersion>1.5.46</AkkaVersion>
<AkkaHostingVersion>1.5.46</AkkaHostingVersion>
<PbmVersion>1.4.4</PbmVersion>
<KubernetesClientVersionNetStandard>4.0.26</KubernetesClientVersionNetStandard>
<KubernetesClientVersionNet>13.0.26</KubernetesClientVersionNet>
<MicrosoftExtensionsVersion>[6.0.*,)</MicrosoftExtensionsVersion>
<AzureIdentityVersion>1.14.2</AzureIdentityVersion>
<ProtobufVersion>3.30.2</ProtobufVersion>
<GrpcToolsVersion>2.71.0</GrpcToolsVersion>
</PropertyGroup>
<!-- SourceLink support for all Akka.NET projects -->
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
<PropertyGroup>
<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>
</Project>