-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpaket.dependencies
64 lines (49 loc) · 2.16 KB
/
paket.dependencies
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
54
55
56
57
58
59
60
61
62
63
64
framework: net8.0
source https://api.nuget.org/v3/index.json
// PRODUCTION STUFF
nuget Autofac 8.0.0
nuget Autofac.Extensions.DependencyInjection 9.0.0
nuget System.Threading.Tasks.Dataflow 8.0.0
nuget System.Threading.Tasks.Extensions 4.5.4
nuget System.Formats.Asn1 8.0.0
nuget Microsoft.EntityFrameworkCore.Abstractions 8.0.2
nuget Microsoft.EntityFrameworkCore.Analyzers 8.0.2
nuget Microsoft.EntityFrameworkCore.Design 8.0.2
nuget Microsoft.EntityFrameworkCore.Relational 8.0.2
nuget Microsoft.EntityFrameworkCore.SqlServer 8.0.2
nuget Microsoft.EntityFrameworkCore.Tools 8.0.2
nuget Microsoft.Extensions.Configuration 8.0.0
nuget Microsoft.Extensions.Configuration.Abstractions 8.0.0
nuget Microsoft.Extensions.Configuration.CommandLine 8.0.0
nuget Microsoft.Extensions.Configuration.EnvironmentVariables 8.0.0
nuget Microsoft.Extensions.Configuration.FileExtensions 8.0.0
nuget Microsoft.Extensions.Configuration.Json 8.0.0
nuget Microsoft.Extensions.DependencyInjection.Abstractions 8.0.1
nuget Microsoft.Extensions.Logging 8.0.0
nuget Microsoft.Extensions.Logging.Abstractions 8.0.0
nuget System.Configuration.ConfigurationManager 8.0.0
nuget Dapper 2.1.35
nuget Microsoft.Data.SqlClient 5.2.0
nuget Polly 8.3.1
// BASE REGISTRIES STUFF
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 7.2.5
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner 14.0.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Connector 14.0.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore 14.0.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore.Autofac 14.0.0
nuget Be.Vlaanderen.Basisregisters.AggregateSource.SqlStreamStore.Autofac 9.0.1
nuget Be.Vlaanderen.Basisregisters.EventHandling.Autofac 5.0.0
// TEST STUFF
nuget Microsoft.NET.Test.Sdk 17.9.0
nuget Microsoft.EntityFrameworkCore.InMemory 8.0.2
nuget xunit 2.7.0
nuget xunit.runner.visualstudio 2.5.7
nuget xunit.categories 2.0.8
nuget AutoFixture 4.18.1
nuget AutoFixture.Idioms 4.18.1
nuget AutoFixture.Xunit2 4.18.1
nuget FluentAssertions 6.12.0
nuget Moq 4.20.70
// BUILD STUFF
nuget SourceLink.Embed.AllSourceFiles 2.8.3 copy_local: true
nuget SourceLink.Copy.PdbFiles 2.8.3 copy_local: true