Skip to content

Commit 458c348

Browse files
committed
Baseline DynamoStore
1 parent 9f0db62 commit 458c348

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<NoWarn>$(NoWarn);FS2003;NU5105;NU5104</NoWarn>
2020
<PinnedBaseVersion Condition=" '$(Configuration)' == 'Release' ">3.0.0</PinnedBaseVersion>
2121
<PinnedBaselineRootPackage Condition=" '$(Configuration)' == 'Release' ">[$(PinnedBaseVersion), 4.0.0)</PinnedBaselineRootPackage>
22-
<!-- <PinnedDynamoStoreRootPackage Condition=" '$(Configuration)' == 'Release' ">[$(PinnedBaseVersion), 4.0.0)</PinnedDynamoStoreRootPackage>-->
22+
<PinnedDynamoStoreRootPackage Condition=" '$(Configuration)' == 'Release' ">[$(PinnedBaseVersion), 4.0.0)</PinnedDynamoStoreRootPackage>
2323
</PropertyGroup>
2424
<ItemGroup>
2525
<!-- SourceLink etc -->

src/Propulsion.DynamoStore/Propulsion.DynamoStore.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<PropertyGroup>
66
<TargetFramework>net6.0</TargetFramework>
7-
<!-- <PackageValidationBaselineVersion>3.0.0-rc.14</PackageValidationBaselineVersion>-->
7+
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
88
<DefineConstants>DYNAMOSTORE</DefineConstants>
99
</PropertyGroup>
1010

0 commit comments

Comments
 (0)