-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
27 lines (27 loc) · 1.32 KB
/
Directory.Packages.props
File metadata and controls
27 lines (27 loc) · 1.32 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
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<!-- SourceLink (NuGet debugging) -->
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.103" />
<!-- Roslyn (generator) -->
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
<!-- Logging abstractions (Restate.Sdk core) -->
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.3" />
<!-- AWS Lambda -->
<PackageVersion Include="Amazon.Lambda.Core" Version="2.8.1" />
<PackageVersion Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.3" />
<PackageVersion Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.5" />
<!-- Protocol Buffers -->
<PackageVersion Include="Google.Protobuf" Version="3.34.0" />
<PackageVersion Include="Grpc.Tools" Version="2.78.0" />
<!-- Benchmarks -->
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8" />
<!-- Test -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
</Project>