-
Notifications
You must be signed in to change notification settings - Fork 9
/
paket.dependencies
executable file
·56 lines (43 loc) · 1.72 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
framework: net8.0, netstandard2.1
source https://api.nuget.org/v3/index.json
// PRODUCTION STUFF
nuget Microsoft.EntityFrameworkCore 8.0.2
nuget Microsoft.EntityFrameworkCore.SqlServer 8.0.2
nuget Microsoft.EntityFrameworkCore.Relational 8.0.2
nuget Microsoft.EntityFrameworkCore.InMemory 8.0.2
nuget Microsoft.EntityFrameworkCore.Design 8.0.2
nuget Npgsql 8.0.2
nuget Npgsql.EntityFrameworkCore.PostgreSQL 8.0.2
nuget Microsoft.Extensions.Logging 8.0.0
nuget Microsoft.Extensions.DependencyInjection 8.0.0
nuget Microsoft.Extensions.Http 8.0.0
nuget Microsoft.Extensions.Configuration 8.0.0
nuget Microsoft.Extensions.Configuration.CommandLine 8.0.0
nuget Microsoft.Extensions.Configuration.FileExtensions 8.0.0
nuget Microsoft.Extensions.Configuration.EnvironmentVariables 8.0.0
nuget Microsoft.Extensions.Configuration.Json 8.0.0
nuget Microsoft.SyndicationFeed.ReaderWriter 1.0.2
nuget SqlStreamStore 1.2.0
nuget SqlStreamStore.MsSql 1.2.0
nuget Autofac.Extensions.DependencyInjection 9.0.0
nuget Polly 8.3.1
nuget CompareNETObjects 4.83.0
nuget Newtonsoft.Json 13.0.3
// VBR STUFF
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 7.0.4
nuget Be.Vlaanderen.Basisregisters.AggregateSource.SqlStreamStore.Autofac 9.0.1
nuget Be.Vlaanderen.Basisregisters.EventHandling 5.0.0
nuget Be.Vlaanderen.Basisregisters.EventHandling.Autofac 5.0.0
// TEST STUFF
nuget Microsoft.NET.Test.Sdk 17.9.0
nuget Microsoft.TestPlatform.ObjectModel 17.9.0
nuget NUnit 4.1.0
nuget NUnit3TestAdapter 4.5.0
nuget xunit 2.7.0
nuget xunit.runner.visualstudio 2.5.7
nuget xunit.categories 2.0.8
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