-
Notifications
You must be signed in to change notification settings - Fork 4
/
paket.dependencies
executable file
·87 lines (67 loc) · 3.61 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
// Only the target frameworks that are used in projects.
// If you change the target framework of the projects then you need to run paket install again.
framework: netcoreapp31
// When doing development as a non-employee, uncomment this to use the public NuGet feed
source https://api.nuget.org/v3/index.json
// When doing development as an employee, uncomment this to use the private NuGet proxy
// source https://informatievlaanderen.myget.org/F/nuget-mirror/api/v3/index.json username: "%MYGET_FEED_USER%" password: "%MYGET_FEED_PASS%" authtype: "basic"
// PRODUCTION STUFF
nuget Microsoft.AspNetCore.Authentication.OpenIdConnect 3.1.1
nuget Microsoft.AspNetCore.Authentication.Cookies 2.2.0
nuget Microsoft.AspNetCore.Authentication.JwtBearer 3.1.1
nuget Microsoft.Extensions.Configuration.UserSecrets 3.1.1
nuget FluentFTP 29.0.4 // TODO: https://github.com/robinrodricks/FluentFTP/blob/master/RELEASES.md#3000
nuget IdentityModel 3.10.10 // TODO: https://github.com/IdentityModel/IdentityModel/releases/tag/4.0.0
// For more healtchecks, look at https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks
nuget AspNetCore.HealthChecks.SqlServer 3.0.0
nuget Microsoft.EntityFrameworkCore.Design 3.1.1
// BASE REGISTRIES STUFF
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 3.3.1
nuget Be.Vlaanderen.Basisregisters.Testing.Infrastructure.Events 2.2.0 content: true, copy_content_to_output_dir: always, copy_local: true
nuget Be.Vlaanderen.Basisregisters.AggregateSource 4.2.0
nuget Be.Vlaanderen.Basisregisters.AggregateSource.ExplicitRouting 4.2.0
nuget Be.Vlaanderen.Basisregisters.AggregateSource.SqlStreamStore.Autofac 4.2.0
nuget Be.Vlaanderen.Basisregisters.AggregateSource.Testing 4.2.0
nuget Be.Vlaanderen.Basisregisters.AggregateSource.Testing.SqlStreamStore.Autofac 4.2.0
nuget Be.Vlaanderen.Basisregisters.AggregateSource.Testing.Xunit 4.2.0
nuget Be.Vlaanderen.Basisregisters.Api 10.6.0
nuget Be.Vlaanderen.Basisregisters.AspNetCore.Mvc.Formatters.Csv 2.2.0
nuget Be.Vlaanderen.Basisregisters.CommandHandling 4.2.0
nuget Be.Vlaanderen.Basisregisters.CommandHandling.SqlStreamStore 4.2.0
nuget Be.Vlaanderen.Basisregisters.EventHandling 2.2.0
nuget Be.Vlaanderen.Basisregisters.EventHandling.Autofac 2.2.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.LastChangedList 5.2.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore 5.2.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore.Autofac 5.2.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner 5.2.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Connector 5.2.0
nuget Be.Vlaanderen.Basisregisters.ProjectionHandling.Connector.Testing 5.2.0
nuget Be.Vlaanderen.Basisregisters.Projector 5.2.0
nuget Be.Vlaanderen.Basisregisters.DataDog.Tracing.Autofac 4.4.0
nuget Be.Vlaanderen.Basisregisters.DataDog.Tracing.Sql 4.4.0
nuget Be.Vlaanderen.Basisregisters.DataDog.Tracing.SqlStreamStore 4.4.0
// DOCS STUFF
nuget Structurizr.Core 0.9.5
nuget Structurizr.Client 0.9.5
nuget Structurizr.AdrTools 0.9.3
// TEST STUFF
nuget Microsoft.NET.Test.Sdk 16.4.0
nuget Microsoft.AspNetCore.TestHost 3.1.1
nuget Microsoft.EntityFrameworkCore.InMemory 3.1.1
nuget xunit 2.4.1
nuget xunit.runner.visualstudio 2.4.1
nuget xunit.categories 2.0.4
nuget FluentAssertions 5.10.0
nuget Moq 4.13.1
nuget Shouldly 3.0.2
nuget AutoFixture 4.11.0
nuget AutoFixture.Idioms 4.11.0
nuget AutoFixture.Xunit2 4.11.0
nuget Docker.DotNet 3.125.2
// BUILD STUFF
nuget SourceLink.Embed.AllSourceFiles 2.8.3 copy_local: true
nuget SourceLink.Copy.PdbFiles 2.8.3 copy_local: true
// STUFF FOR TOOLS
nuget FSharp.Core 4.7.0
nuget Fsharp.Data 3.3.3
nuget Serilog.Sinks.Network 2.0.2.68