From b0599c3ac96ae0b81865fb2d65620761e0c97948 Mon Sep 17 00:00:00 2001 From: "Dr. Christian Geuer-Pollmann" Date: Mon, 15 Apr 2024 18:29:27 +0200 Subject: [PATCH] Updated a bunch of NuGet packages, mostly minor versions. NUnit 3 -> 4. --- src/Aggregator/Aggregator.csproj | 2 +- .../AggregatorFunctionHost.csproj | 2 +- src/Demos/DemoWebApp/DemoWebApp.csproj | 2 +- .../MeteredTimerFunction.csproj | 2 +- .../NotificationFunction.csproj | 6 +- .../ReadEventHubCaptureSample.fsproj | 2 +- .../src/LandingPage/LandingPage.csproj | 12 +- .../src/MeteredPage/MeteredPage.csproj | 8 +- .../Metering.BaseTypes.fsproj | 4 +- .../Metering.EventHub.csproj | 6 +- .../Metering.EventHubTypes.fsproj | 4 +- src/Metering.Runtime/Metering.Runtime.fsproj | 10 +- .../Metering.RuntimeCS.csproj | 6 +- .../Metering.SharedResourceBroker.csproj | 18 +- src/Metering.Tests/BillingUnitTest.fs | 162 +++++++++--------- src/Metering.Tests/BusinessLogicTests.fs | 6 +- src/Metering.Tests/Metering.Tests.fsproj | 8 +- src/Metering.Tests/PartitionIdTests.fs | 2 +- src/Metering.Tests/RuntimeUnitTest.fs | 27 +-- src/Metering.Tests/SerializationUnitTest.fs | 8 +- src/Metering.Tests/WaterfallUnitTests.fs | 8 +- .../ReplayCaptureForPartition.fsproj | 3 + .../ReprocessLocalEventHubCaptureFiles.fsproj | 5 +- 23 files changed, 163 insertions(+), 150 deletions(-) diff --git a/src/Aggregator/Aggregator.csproj b/src/Aggregator/Aggregator.csproj index dd96f1a..3e288a0 100644 --- a/src/Aggregator/Aggregator.csproj +++ b/src/Aggregator/Aggregator.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/AggregatorFunctionHost/AggregatorFunctionHost.csproj b/src/AggregatorFunctionHost/AggregatorFunctionHost.csproj index 772f890..c5af297 100644 --- a/src/AggregatorFunctionHost/AggregatorFunctionHost.csproj +++ b/src/AggregatorFunctionHost/AggregatorFunctionHost.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/Demos/DemoWebApp/DemoWebApp.csproj b/src/Demos/DemoWebApp/DemoWebApp.csproj index 83905cd..f98de10 100644 --- a/src/Demos/DemoWebApp/DemoWebApp.csproj +++ b/src/Demos/DemoWebApp/DemoWebApp.csproj @@ -8,7 +8,7 @@ ..\..\docker-compose\docker-compose.dcproj - + diff --git a/src/Demos/ManagedAppIntegration/src/MeteredTimerFunction/MeteredTimerFunction.csproj b/src/Demos/ManagedAppIntegration/src/MeteredTimerFunction/MeteredTimerFunction.csproj index 89de2fb..d277bbf 100644 --- a/src/Demos/ManagedAppIntegration/src/MeteredTimerFunction/MeteredTimerFunction.csproj +++ b/src/Demos/ManagedAppIntegration/src/MeteredTimerFunction/MeteredTimerFunction.csproj @@ -5,7 +5,7 @@ enable - + diff --git a/src/Demos/ManagedAppIntegration/src/NotificationFunction/NotificationFunction.csproj b/src/Demos/ManagedAppIntegration/src/NotificationFunction/NotificationFunction.csproj index 7b876de..edefa19 100644 --- a/src/Demos/ManagedAppIntegration/src/NotificationFunction/NotificationFunction.csproj +++ b/src/Demos/ManagedAppIntegration/src/NotificationFunction/NotificationFunction.csproj @@ -4,11 +4,11 @@ v4 - - + + - + diff --git a/src/Demos/ReadEventHubCaptureSample/ReadEventHubCaptureSample.fsproj b/src/Demos/ReadEventHubCaptureSample/ReadEventHubCaptureSample.fsproj index febf875..4aac4c4 100644 --- a/src/Demos/ReadEventHubCaptureSample/ReadEventHubCaptureSample.fsproj +++ b/src/Demos/ReadEventHubCaptureSample/ReadEventHubCaptureSample.fsproj @@ -5,7 +5,7 @@ 3390;$(WarnOn) - + diff --git a/src/Demos/SaaSIntegration/src/LandingPage/LandingPage.csproj b/src/Demos/SaaSIntegration/src/LandingPage/LandingPage.csproj index 1fd10cc..a150c18 100644 --- a/src/Demos/SaaSIntegration/src/LandingPage/LandingPage.csproj +++ b/src/Demos/SaaSIntegration/src/LandingPage/LandingPage.csproj @@ -4,11 +4,11 @@ - - - - - - + + + + + + diff --git a/src/Demos/SaaSIntegration/src/MeteredPage/MeteredPage.csproj b/src/Demos/SaaSIntegration/src/MeteredPage/MeteredPage.csproj index ae4743f..ce087a2 100644 --- a/src/Demos/SaaSIntegration/src/MeteredPage/MeteredPage.csproj +++ b/src/Demos/SaaSIntegration/src/MeteredPage/MeteredPage.csproj @@ -3,10 +3,10 @@ net8.0 - - - - + + + +