diff --git a/CHANGELOG.md b/CHANGELOG.md index 22adc6ef3..f2f8954d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ The `Unreleased` section name is replaced by the expected version of next releas ### Changed -- Target `Equinox` v `4.0.0-rc.14.5`, `Propulsion` v `3.0.0-rc.9.11`, `FsCodec` v `3.0.0-rc.14.1` [#131](https://github.com/jet/dotnet-templates/pull/131) +- Target `Equinox` v `4.0.0-rc.16`, `Propulsion` v `3.0.0-rc.10`, `FsCodec` v `3.0.0-rc.15` [#131](https://github.com/jet/dotnet-templates/pull/131) - Target `Argu` v `6.0.14` [#135](https://github.com/jet/dotnet-templates/pull/135) ### Removed diff --git a/equinox-patterns/Domain/Domain.fsproj b/equinox-patterns/Domain/Domain.fsproj index ee67d35ba..79ca690fd 100644 --- a/equinox-patterns/Domain/Domain.fsproj +++ b/equinox-patterns/Domain/Domain.fsproj @@ -17,10 +17,10 @@ - - - - + + + + diff --git a/equinox-shipping/Domain.Tests/Domain.Tests.fsproj b/equinox-shipping/Domain.Tests/Domain.Tests.fsproj index 6ad470aa5..023876f11 100644 --- a/equinox-shipping/Domain.Tests/Domain.Tests.fsproj +++ b/equinox-shipping/Domain.Tests/Domain.Tests.fsproj @@ -20,7 +20,7 @@ - + diff --git a/equinox-shipping/Domain/Domain.fsproj b/equinox-shipping/Domain/Domain.fsproj index 5b679032c..f3003cce6 100644 --- a/equinox-shipping/Domain/Domain.fsproj +++ b/equinox-shipping/Domain/Domain.fsproj @@ -20,11 +20,11 @@ - - - - - + + + + + diff --git a/equinox-shipping/Watchdog.Lambda.Cdk/Watchdog.Lambda.Cdk.fsproj b/equinox-shipping/Watchdog.Lambda.Cdk/Watchdog.Lambda.Cdk.fsproj index 41100b04a..d7e67bdfc 100644 --- a/equinox-shipping/Watchdog.Lambda.Cdk/Watchdog.Lambda.Cdk.fsproj +++ b/equinox-shipping/Watchdog.Lambda.Cdk/Watchdog.Lambda.Cdk.fsproj @@ -20,7 +20,7 @@ - + diff --git a/equinox-shipping/Watchdog.Lambda/Watchdog.Lambda.fsproj b/equinox-shipping/Watchdog.Lambda/Watchdog.Lambda.fsproj index 91527b6ab..3bb6ae4e9 100644 --- a/equinox-shipping/Watchdog.Lambda/Watchdog.Lambda.fsproj +++ b/equinox-shipping/Watchdog.Lambda/Watchdog.Lambda.fsproj @@ -16,7 +16,7 @@ - + diff --git a/equinox-shipping/Watchdog/Watchdog.fsproj b/equinox-shipping/Watchdog/Watchdog.fsproj index 9183ddae6..5e29e58f1 100644 --- a/equinox-shipping/Watchdog/Watchdog.fsproj +++ b/equinox-shipping/Watchdog/Watchdog.fsproj @@ -18,10 +18,10 @@ - - - - + + + + diff --git a/equinox-testbed/Testbed.fsproj b/equinox-testbed/Testbed.fsproj index 5833c989f..618bb7bb3 100644 --- a/equinox-testbed/Testbed.fsproj +++ b/equinox-testbed/Testbed.fsproj @@ -17,11 +17,11 @@ - - - - - + + + + + diff --git a/equinox-web-csharp/Domain/Domain.csproj b/equinox-web-csharp/Domain/Domain.csproj index 47173e8f1..e629abc6e 100755 --- a/equinox-web-csharp/Domain/Domain.csproj +++ b/equinox-web-csharp/Domain/Domain.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/equinox-web-csharp/Web/CosmosContext.cs b/equinox-web-csharp/Web/CosmosContext.cs index 79c9e134d..ead44ff29 100644 --- a/equinox-web-csharp/Web/CosmosContext.cs +++ b/equinox-web-csharp/Web/CosmosContext.cs @@ -56,7 +56,7 @@ public override Func> Resolve(_store, name, codec.ToJsonElementCodec(), fold, initial, accessStrategy, cacheStrategy, compressUnfolds:FSharpOption.None); + var cat = new CosmosStoreCategory(_store, name, codec.ToJsonElementCodec(), fold, initial, accessStrategy, cacheStrategy); return cat.Resolve(handlerLog); } } \ No newline at end of file diff --git a/equinox-web-csharp/Web/Web.csproj b/equinox-web-csharp/Web/Web.csproj index 9be8b7486..c888985d5 100755 --- a/equinox-web-csharp/Web/Web.csproj +++ b/equinox-web-csharp/Web/Web.csproj @@ -5,10 +5,10 @@ - - - - + + + + diff --git a/equinox-web/Domain/Domain.fsproj b/equinox-web/Domain/Domain.fsproj index bd6d1f9c3..7fbc291e4 100644 --- a/equinox-web/Domain/Domain.fsproj +++ b/equinox-web/Domain/Domain.fsproj @@ -17,11 +17,11 @@ - - - - - + + + + + diff --git a/equinox-web/Web/Web.fsproj b/equinox-web/Web/Web.fsproj index 3619ad14b..fa720b173 100644 --- a/equinox-web/Web/Web.fsproj +++ b/equinox-web/Web/Web.fsproj @@ -11,12 +11,12 @@ - - + + - + diff --git a/feed-consumer/FeedConsumer.fsproj b/feed-consumer/FeedConsumer.fsproj index 1d1a079ee..12dc47ef0 100644 --- a/feed-consumer/FeedConsumer.fsproj +++ b/feed-consumer/FeedConsumer.fsproj @@ -16,11 +16,11 @@ - - - - - + + + + + diff --git a/feed-source/Domain/Domain.fsproj b/feed-source/Domain/Domain.fsproj index df4735163..9825743fb 100644 --- a/feed-source/Domain/Domain.fsproj +++ b/feed-source/Domain/Domain.fsproj @@ -15,10 +15,10 @@ - - - - + + + + diff --git a/feed-source/FeedApi/FeedApi.fsproj b/feed-source/FeedApi/FeedApi.fsproj index 357b2f78f..94de20d0f 100644 --- a/feed-source/FeedApi/FeedApi.fsproj +++ b/feed-source/FeedApi/FeedApi.fsproj @@ -19,7 +19,7 @@ - + diff --git a/global.json b/global.json index 0f050ba53..d07970ac2 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.300", + "version": "8.0.100", "rollForward": "latestMajor" } } diff --git a/periodic-ingester/PeriodicIngester.fsproj b/periodic-ingester/PeriodicIngester.fsproj index 78e467fd7..514c32f13 100644 --- a/periodic-ingester/PeriodicIngester.fsproj +++ b/periodic-ingester/PeriodicIngester.fsproj @@ -17,11 +17,11 @@ - - + + - - + + diff --git a/propulsion-archiver/Archiver.fsproj b/propulsion-archiver/Archiver.fsproj index 4967e9a88..59727f2af 100644 --- a/propulsion-archiver/Archiver.fsproj +++ b/propulsion-archiver/Archiver.fsproj @@ -14,8 +14,8 @@ - - + + diff --git a/propulsion-consumer/Consumer.fsproj b/propulsion-consumer/Consumer.fsproj index 3a4f9fb59..dbe7d85ae 100644 --- a/propulsion-consumer/Consumer.fsproj +++ b/propulsion-consumer/Consumer.fsproj @@ -15,8 +15,8 @@ - - + + diff --git a/propulsion-dynamostore-cdk/DynamoStore.Cdk.fsproj b/propulsion-dynamostore-cdk/DynamoStore.Cdk.fsproj index 86315b83b..1af75e6c9 100644 --- a/propulsion-dynamostore-cdk/DynamoStore.Cdk.fsproj +++ b/propulsion-dynamostore-cdk/DynamoStore.Cdk.fsproj @@ -21,9 +21,9 @@ - - - + + + diff --git a/propulsion-hotel/Domain/Domain.fsproj b/propulsion-hotel/Domain/Domain.fsproj index a9f4c96bd..9740d92cb 100644 --- a/propulsion-hotel/Domain/Domain.fsproj +++ b/propulsion-hotel/Domain/Domain.fsproj @@ -9,10 +9,10 @@ - - - - + + + + diff --git a/propulsion-hotel/Reactor/Reactor.fsproj b/propulsion-hotel/Reactor/Reactor.fsproj index 2c0389c57..e4794595c 100644 --- a/propulsion-hotel/Reactor/Reactor.fsproj +++ b/propulsion-hotel/Reactor/Reactor.fsproj @@ -18,11 +18,11 @@ - + - - - + + + diff --git a/propulsion-indexer/App/App.fsproj b/propulsion-indexer/App/App.fsproj index d58eee7bd..1283a5d17 100644 --- a/propulsion-indexer/App/App.fsproj +++ b/propulsion-indexer/App/App.fsproj @@ -12,9 +12,9 @@ - + - + diff --git a/propulsion-indexer/Domain/Domain.fsproj b/propulsion-indexer/Domain/Domain.fsproj index 77b64dfd3..f02d501b7 100644 --- a/propulsion-indexer/Domain/Domain.fsproj +++ b/propulsion-indexer/Domain/Domain.fsproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/propulsion-projector/Projector.fsproj b/propulsion-projector/Projector.fsproj index d05749b13..d3e464e06 100644 --- a/propulsion-projector/Projector.fsproj +++ b/propulsion-projector/Projector.fsproj @@ -20,17 +20,17 @@ - - + + - - - - - - + + + + + + - + diff --git a/propulsion-pruner/Pruner.fsproj b/propulsion-pruner/Pruner.fsproj index 974405320..77ae3b1c7 100644 --- a/propulsion-pruner/Pruner.fsproj +++ b/propulsion-pruner/Pruner.fsproj @@ -14,9 +14,9 @@ - + - + diff --git a/propulsion-reactor/Reactor.fsproj b/propulsion-reactor/Reactor.fsproj index 8af5aea06..83a416829 100644 --- a/propulsion-reactor/Reactor.fsproj +++ b/propulsion-reactor/Reactor.fsproj @@ -35,14 +35,14 @@ - - - - - - + + + + + + - + diff --git a/propulsion-summary-consumer/SummaryConsumer.fsproj b/propulsion-summary-consumer/SummaryConsumer.fsproj index fdf44e71e..c438ffa04 100644 --- a/propulsion-summary-consumer/SummaryConsumer.fsproj +++ b/propulsion-summary-consumer/SummaryConsumer.fsproj @@ -17,9 +17,9 @@ - - - + + + diff --git a/propulsion-sync/Sync.fsproj b/propulsion-sync/Sync.fsproj index 3c4fbfd9c..08659d0f6 100644 --- a/propulsion-sync/Sync.fsproj +++ b/propulsion-sync/Sync.fsproj @@ -14,10 +14,10 @@ - - + + - + diff --git a/propulsion-tracking-consumer/TrackingConsumer.fsproj b/propulsion-tracking-consumer/TrackingConsumer.fsproj index a81b68319..742a7d62b 100644 --- a/propulsion-tracking-consumer/TrackingConsumer.fsproj +++ b/propulsion-tracking-consumer/TrackingConsumer.fsproj @@ -17,9 +17,9 @@ - - - + + +