Skip to content

Commit

Permalink
fix: move to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Feb 2, 2021
1 parent 6781805 commit 8d71498
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 93 deletions.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version 6.0.0-beta8
framework: netstandard20
source https://api.nuget.org/v3/index.json
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 5.0.1 //"
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 5.0.2 //"

#load "packages/Be.Vlaanderen.Basisregisters.Build.Pipeline/Content/build-generic.fsx"

Expand Down
30 changes: 15 additions & 15 deletions build.fsx.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ STORAGE: NONE
RESTRICTION: == netstandard2.0
NUGET
remote: https://api.nuget.org/v3/index.json
Be.Vlaanderen.Basisregisters.Build.Pipeline (5.0.1)
Be.Vlaanderen.Basisregisters.Build.Pipeline (5.0.2)
Fake.Core.Environment (>= 5.20.3)
Fake.Core.Process (>= 5.20.3)
Fake.Core.Target (>= 5.20.3)
Expand Down Expand Up @@ -155,27 +155,27 @@ NUGET
System.Security.AccessControl (>= 5.0)
System.Security.Principal.Windows (>= 5.0)
Mono.Posix.NETStandard (1.0)
MSBuild.StructuredLogger (2.1.215)
MSBuild.StructuredLogger (2.1.303)
Microsoft.Build (>= 16.4)
Microsoft.Build.Framework (>= 16.4)
Microsoft.Build.Tasks.Core (>= 16.4)
Microsoft.Build.Utilities.Core (>= 16.4)
Newtonsoft.Json (12.0.3)
NuGet.Common (5.8)
NuGet.Frameworks (>= 5.8)
NuGet.Configuration (5.8)
NuGet.Common (>= 5.8)
NuGet.Common (5.8.1)
NuGet.Frameworks (>= 5.8.1)
NuGet.Configuration (5.8.1)
NuGet.Common (>= 5.8.1)
System.Security.Cryptography.ProtectedData (>= 4.4)
NuGet.Frameworks (5.8)
NuGet.Packaging (5.8)
NuGet.Frameworks (5.8.1)
NuGet.Packaging (5.8.1)
Newtonsoft.Json (>= 9.0.1)
NuGet.Configuration (>= 5.8)
NuGet.Versioning (>= 5.8)
System.Security.Cryptography.Cng (>= 5.0.0-preview.3.20214.6)
System.Security.Cryptography.Pkcs (>= 5.0.0-preview.3.20214.6)
NuGet.Protocol (5.8)
NuGet.Packaging (>= 5.8)
NuGet.Versioning (5.8)
NuGet.Configuration (>= 5.8.1)
NuGet.Versioning (>= 5.8.1)
System.Security.Cryptography.Cng (>= 5.0)
System.Security.Cryptography.Pkcs (>= 5.0)
NuGet.Protocol (5.8.1)
NuGet.Packaging (>= 5.8.1)
NuGet.Versioning (5.8.1)
System.Buffers (4.5.1)
System.CodeDom (5.0)
System.Collections.Immutable (5.0)
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"sdk": {
"version": "5.0.101"
"version": "5.0.102"
},
"clr": {
"version": "5.0.1"
"version": "5.0.2"
}
}
26 changes: 13 additions & 13 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ framework: net5.0
source https://api.nuget.org/v3/index.json

// PRODUCTION STUFF
nuget Microsoft.EntityFrameworkCore 5.0.1
nuget Microsoft.EntityFrameworkCore.SqlServer 5.0.1
nuget Microsoft.EntityFrameworkCore.InMemory 5.0.1
nuget Microsoft.EntityFrameworkCore.Design 5.0.1
nuget Microsoft.EntityFrameworkCore 5.0.2
nuget Microsoft.EntityFrameworkCore.SqlServer 5.0.2
nuget Microsoft.EntityFrameworkCore.InMemory 5.0.2
nuget Microsoft.EntityFrameworkCore.Design 5.0.2

nuget Microsoft.Extensions.Logging 5.0.0
nuget Microsoft.Extensions.DependencyInjection 5.0.1
Expand All @@ -25,31 +25,31 @@ nuget SqlStreamStore.MsSql 1.2.0
nuget Autofac.Extensions.DependencyInjection 7.1.0

nuget Polly 7.2.1
nuget CompareNETObjects 4.67.0
nuget CompareNETObjects 4.71.0
nuget Newtonsoft.Json 12.0.3

// VBR STUFF
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 5.0.1
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 5.0.2

nuget Be.Vlaanderen.Basisregisters.AggregateSource.SqlStreamStore.Autofac 5.0.12
nuget Be.Vlaanderen.Basisregisters.AggregateSource.SqlStreamStore.Autofac 5.0.13

nuget Be.Vlaanderen.Basisregisters.EventHandling 3.0.3
nuget Be.Vlaanderen.Basisregisters.EventHandling.Autofac 3.0.3
nuget Be.Vlaanderen.Basisregisters.EventHandling 3.0.4
nuget Be.Vlaanderen.Basisregisters.EventHandling.Autofac 3.0.4

nuget Be.Vlaanderen.Basisregisters.EntityFrameworkCore.EntityTypeConfiguration 2.2.8
nuget Be.Vlaanderen.Basisregisters.EntityFrameworkCore.EntityTypeConfiguration 2.2.9

nuget Be.Vlaanderen.Basisregisters.DataDog.Tracing.Sql 4.5.5
nuget Be.Vlaanderen.Basisregisters.DataDog.Tracing.Sql 4.5.6

// TEST STUFF
nuget Microsoft.NET.Test.Sdk 16.8.3
nuget Microsoft.TestPlatform.ObjectModel 16.8.3
nuget NUnit 3.12.0
nuget NUnit 3.13.1
nuget NUnit3TestAdapter 3.17.0
nuget xunit 2.4.1
nuget xunit.runner.visualstudio 2.4.3
nuget xunit.categories 2.0.4
nuget FluentAssertions 5.10.3
nuget Moq 4.15.2
nuget Moq 4.16.0

// BUILD STUFF
nuget SourceLink.Embed.AllSourceFiles 2.8.3 copy_local: true
Expand Down
124 changes: 62 additions & 62 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ NUGET
Autofac.Extensions.DependencyInjection (7.1)
Autofac (>= 6.0)
Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1)
Be.Vlaanderen.Basisregisters.AggregateSource (5.0.12)
Be.Vlaanderen.Basisregisters.Utilities.HashCodeCalculator (>= 2.2.10)
Be.Vlaanderen.Basisregisters.Utilities.HexByteConvertor (>= 2.2.9)
Be.Vlaanderen.Basisregisters.Utilities.ToStringBuilder (>= 2.2.13)
Be.Vlaanderen.Basisregisters.AggregateSource (5.0.13)
Be.Vlaanderen.Basisregisters.Utilities.HashCodeCalculator (>= 2.2.11)
Be.Vlaanderen.Basisregisters.Utilities.HexByteConvertor (>= 2.2.10)
Be.Vlaanderen.Basisregisters.Utilities.ToStringBuilder (>= 2.2.14)
Newtonsoft.Json (>= 12.0.3)
NodaTime (>= 3.0.3)
Be.Vlaanderen.Basisregisters.AggregateSource.SqlStreamStore (5.0.12)
Be.Vlaanderen.Basisregisters.AggregateSource (5.0.12)
Be.Vlaanderen.Basisregisters.EventHandling (>= 3.0.3)
NodaTime (>= 3.0.5)
Be.Vlaanderen.Basisregisters.AggregateSource.SqlStreamStore (5.0.13)
Be.Vlaanderen.Basisregisters.AggregateSource (5.0.13)
Be.Vlaanderen.Basisregisters.EventHandling (>= 3.0.4)
SqlStreamStore (>= 1.2)
Be.Vlaanderen.Basisregisters.AggregateSource.SqlStreamStore.Autofac (5.0.12)
Be.Vlaanderen.Basisregisters.AggregateSource.SqlStreamStore.Autofac (5.0.13)
Autofac.Extensions.DependencyInjection (>= 7.1)
Be.Vlaanderen.Basisregisters.AggregateSource (5.0.12)
Be.Vlaanderen.Basisregisters.AggregateSource.SqlStreamStore (5.0.12)
Be.Vlaanderen.Basisregisters.AggregateSource (5.0.13)
Be.Vlaanderen.Basisregisters.AggregateSource.SqlStreamStore (5.0.13)
SqlStreamStore (>= 1.2)
SqlStreamStore.MsSql (>= 1.2)
Be.Vlaanderen.Basisregisters.Build.Pipeline (5.0.1)
Be.Vlaanderen.Basisregisters.Build.Pipeline (5.0.2)
Fake.Core.Environment (>= 5.20.3)
Fake.Core.Process (>= 5.20.3)
Fake.Core.Target (>= 5.20.3)
Expand All @@ -32,29 +32,29 @@ NUGET
Fake.IO.FileSystem (>= 5.20.3)
Fake.JavaScript.Npm (>= 5.20.3)
Newtonsoft.Json (>= 12.0.3)
Be.Vlaanderen.Basisregisters.Converters.TrimString (2.2.9)
Be.Vlaanderen.Basisregisters.Converters.TrimString (2.2.10)
Newtonsoft.Json (>= 12.0.3)
Be.Vlaanderen.Basisregisters.DataDog.Tracing (4.5.5)
Be.Vlaanderen.Basisregisters.DataDog.Tracing (4.5.6)
Microsoft.Extensions.Logging.Abstractions (>= 5.0)
Newtonsoft.Json (>= 12.0.3)
System.Reactive (>= 5.0)
System.Reflection (>= 4.3)
System.Threading.Tasks.Dataflow (>= 5.0)
Be.Vlaanderen.Basisregisters.DataDog.Tracing.Sql (4.5.5)
Be.Vlaanderen.Basisregisters.DataDog.Tracing (4.5.5)
Be.Vlaanderen.Basisregisters.DataDog.Tracing.Sql (4.5.6)
Be.Vlaanderen.Basisregisters.DataDog.Tracing (4.5.6)
System.Data.Common (>= 4.3)
Be.Vlaanderen.Basisregisters.EntityFrameworkCore.EntityTypeConfiguration (2.2.8)
Microsoft.EntityFrameworkCore (>= 5.0.1)
Be.Vlaanderen.Basisregisters.EventHandling (3.0.3)
Be.Vlaanderen.Basisregisters.Converters.TrimString (>= 2.2.9)
Be.Vlaanderen.Basisregisters.EntityFrameworkCore.EntityTypeConfiguration (2.2.9)
Microsoft.EntityFrameworkCore (>= 5.0.2)
Be.Vlaanderen.Basisregisters.EventHandling (3.0.4)
Be.Vlaanderen.Basisregisters.Converters.TrimString (>= 2.2.10)
Newtonsoft.Json (>= 12.0.3)
NodaTime.Serialization.JsonNet (>= 3.0)
Be.Vlaanderen.Basisregisters.EventHandling.Autofac (3.0.3)
Be.Vlaanderen.Basisregisters.EventHandling.Autofac (3.0.4)
Autofac.Extensions.DependencyInjection (>= 7.1)
Be.Vlaanderen.Basisregisters.EventHandling (3.0.3)
Be.Vlaanderen.Basisregisters.Utilities.HashCodeCalculator (2.2.10)
Be.Vlaanderen.Basisregisters.Utilities.HexByteConvertor (2.2.9)
Be.Vlaanderen.Basisregisters.Utilities.ToStringBuilder (2.2.13)
Be.Vlaanderen.Basisregisters.EventHandling (3.0.4)
Be.Vlaanderen.Basisregisters.Utilities.HashCodeCalculator (2.2.11)
Be.Vlaanderen.Basisregisters.Utilities.HexByteConvertor (2.2.10)
Be.Vlaanderen.Basisregisters.Utilities.ToStringBuilder (2.2.14)
BlackFox.VsWhere (1.1)
FSharp.Core (>= 4.2.3)
Microsoft.Win32.Registry (>= 4.7)
Expand All @@ -69,8 +69,8 @@ NUGET
System.Reflection.Emit (>= 4.3)
System.Reflection.TypeExtensions (>= 4.3)
System.Xml.XmlDocument (>= 4.3)
CompareNETObjects (4.67)
Microsoft.CSharp (>= 4.5)
CompareNETObjects (4.71)
Microsoft.CSharp (>= 4.7)
Fake.Core.CommandLineParsing (5.20.3)
FParsec (>= 1.1.1)
FSharp.Core (>= 4.7.2)
Expand Down Expand Up @@ -217,7 +217,7 @@ NUGET
System.Text.Encoding.CodePages (>= 4.0.1)
Microsoft.CodeCoverage (16.8.3)
Microsoft.CSharp (4.7)
Microsoft.Data.SqlClient (2.1)
Microsoft.Data.SqlClient (2.1.1)
Microsoft.Data.SqlClient.SNI.runtime (>= 2.1.1)
Microsoft.Identity.Client (>= 4.21.1)
Microsoft.IdentityModel.JsonWebTokens (>= 6.8)
Expand All @@ -238,29 +238,29 @@ NUGET
System.Runtime.Extensions (>= 4.1)
System.Runtime.InteropServices (>= 4.1)
System.Runtime.InteropServices.RuntimeInformation (>= 4.0)
Microsoft.EntityFrameworkCore (5.0.1)
Microsoft.EntityFrameworkCore.Abstractions (>= 5.0.1)
Microsoft.EntityFrameworkCore.Analyzers (>= 5.0.1)
Microsoft.EntityFrameworkCore (5.0.2)
Microsoft.EntityFrameworkCore.Abstractions (>= 5.0.2)
Microsoft.EntityFrameworkCore.Analyzers (>= 5.0.2)
Microsoft.Extensions.Caching.Memory (>= 5.0)
Microsoft.Extensions.DependencyInjection (>= 5.0.1)
Microsoft.Extensions.Logging (>= 5.0)
System.Collections.Immutable (>= 5.0)
System.ComponentModel.Annotations (>= 5.0)
System.Diagnostics.DiagnosticSource (>= 5.0)
Microsoft.EntityFrameworkCore.Abstractions (5.0.1)
Microsoft.EntityFrameworkCore.Analyzers (5.0.1)
Microsoft.EntityFrameworkCore.Design (5.0.1)
System.Diagnostics.DiagnosticSource (>= 5.0.1)
Microsoft.EntityFrameworkCore.Abstractions (5.0.2)
Microsoft.EntityFrameworkCore.Analyzers (5.0.2)
Microsoft.EntityFrameworkCore.Design (5.0.2)
Humanizer.Core (>= 2.8.26)
Microsoft.CSharp (>= 4.7)
Microsoft.EntityFrameworkCore.Relational (>= 5.0.1)
Microsoft.EntityFrameworkCore.InMemory (5.0.1)
Microsoft.EntityFrameworkCore (>= 5.0.1)
Microsoft.EntityFrameworkCore.Relational (5.0.1)
Microsoft.EntityFrameworkCore (>= 5.0.1)
Microsoft.EntityFrameworkCore.Relational (>= 5.0.2)
Microsoft.EntityFrameworkCore.InMemory (5.0.2)
Microsoft.EntityFrameworkCore (>= 5.0.2)
Microsoft.EntityFrameworkCore.Relational (5.0.2)
Microsoft.EntityFrameworkCore (>= 5.0.2)
Microsoft.Extensions.Configuration.Abstractions (>= 5.0)
Microsoft.EntityFrameworkCore.SqlServer (5.0.1)
Microsoft.EntityFrameworkCore.SqlServer (5.0.2)
Microsoft.Data.SqlClient (>= 2.0.1)
Microsoft.EntityFrameworkCore.Relational (>= 5.0.1)
Microsoft.EntityFrameworkCore.Relational (>= 5.0.2)
Microsoft.Extensions.Caching.Abstractions (5.0)
Microsoft.Extensions.Primitives (>= 5.0)
Microsoft.Extensions.Caching.Memory (5.0)
Expand Down Expand Up @@ -316,7 +316,7 @@ NUGET
Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0)
Microsoft.Extensions.Primitives (>= 5.0)
Microsoft.Extensions.Primitives (5.0)
Microsoft.Identity.Client (4.24)
Microsoft.Identity.Client (4.25)
Microsoft.CSharp (>= 4.5)
NETStandard.Library (>= 1.6.1)
System.ComponentModel.TypeConverter (>= 4.3)
Expand Down Expand Up @@ -370,38 +370,38 @@ NUGET
Microsoft.Win32.SystemEvents (5.0)
Microsoft.NETCore.Platforms (>= 5.0)
Mono.Posix.NETStandard (1.0)
Moq (4.15.2)
Moq (4.16)
Castle.Core (>= 4.4)
System.Threading.Tasks.Extensions (>= 4.5.4)
MSBuild.StructuredLogger (2.1.215)
MSBuild.StructuredLogger (2.1.303)
Microsoft.Build (>= 16.4)
Microsoft.Build.Framework (>= 16.4)
Microsoft.Build.Tasks.Core (>= 16.4)
Microsoft.Build.Utilities.Core (>= 16.4)
NETStandard.Library (2.0.3)
Microsoft.NETCore.Platforms (>= 1.1)
Newtonsoft.Json (12.0.3)
NodaTime (3.0.3)
NodaTime (3.0.5)
System.Runtime.CompilerServices.Unsafe (>= 4.7.1)
NodaTime.Serialization.JsonNet (3.0)
Newtonsoft.Json (>= 12.0.1)
NodaTime (>= 3.0 < 4.0)
NuGet.Common (5.8)
NuGet.Frameworks (>= 5.8)
NuGet.Configuration (5.8)
NuGet.Common (>= 5.8)
NuGet.Common (5.8.1)
NuGet.Frameworks (>= 5.8.1)
NuGet.Configuration (5.8.1)
NuGet.Common (>= 5.8.1)
System.Security.Cryptography.ProtectedData (>= 4.4)
NuGet.Frameworks (5.8)
NuGet.Packaging (5.8)
NuGet.Frameworks (5.8.1)
NuGet.Packaging (5.8.1)
Newtonsoft.Json (>= 9.0.1)
NuGet.Configuration (>= 5.8)
NuGet.Versioning (>= 5.8)
System.Security.Cryptography.Cng (>= 5.0.0-preview.3.20214.6)
System.Security.Cryptography.Pkcs (>= 5.0.0-preview.3.20214.6)
NuGet.Protocol (5.8)
NuGet.Packaging (>= 5.8)
NuGet.Versioning (5.8)
NUnit (3.12)
NuGet.Configuration (>= 5.8.1)
NuGet.Versioning (>= 5.8.1)
System.Security.Cryptography.Cng (>= 5.0)
System.Security.Cryptography.Pkcs (>= 5.0)
NuGet.Protocol (5.8.1)
NuGet.Packaging (>= 5.8.1)
NuGet.Versioning (5.8.1)
NUnit (3.13.1)
NETStandard.Library (>= 2.0)
NUnit3TestAdapter (3.17)
Microsoft.DotNet.InternalAbstractions (>= 1.0)
Expand Down Expand Up @@ -539,7 +539,7 @@ NUGET
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.NETCore.Targets (>= 1.1)
System.Runtime (>= 4.3)
System.Diagnostics.DiagnosticSource (5.0)
System.Diagnostics.DiagnosticSource (5.0.1)
System.Diagnostics.Process (4.3)
Microsoft.NETCore.Platforms (>= 1.1)
Microsoft.Win32.Primitives (>= 4.3)
Expand Down Expand Up @@ -883,7 +883,7 @@ NUGET
Microsoft.NETCore.Targets (>= 1.1)
System.Runtime (>= 4.3)
System.Text.Encoding (>= 4.3)
System.Text.Json (5.0)
System.Text.Json (5.0.1)
System.Text.RegularExpressions (4.3.1)
System.Runtime (>= 4.3.1)
System.Threading (4.3)
Expand Down

0 comments on commit 8d71498

Please sign in to comment.