We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d40f7 commit afcd9aaCopy full SHA for afcd9aa
Directory.Build.props
@@ -19,7 +19,7 @@
19
<NoWarn>$(NoWarn);FS2003;NU5105</NoWarn>
20
<PinnedBaseVersion Condition=" '$(Configuration)' == 'Release' ">3.0.0-rc.15</PinnedBaseVersion>
21
<PinnedBaselineRootPackage Condition=" '$(Configuration)' == 'Release' ">[$(PinnedBaseVersion), 4.0.0)</PinnedBaselineRootPackage>
22
-<!-- <PinnedDynamoStoreRootPackage Condition=" '$(Configuration)' == 'Release' ">[$(PinnedBaseVersion), 4.0.0)</PinnedDynamoStoreRootPackage>-->
+ <PinnedDynamoStoreRootPackage Condition=" '$(Configuration)' == 'Release' ">[$(PinnedBaseVersion), 4.0.0)</PinnedDynamoStoreRootPackage>
23
</PropertyGroup>
24
<ItemGroup>
25
<!-- SourceLink etc -->
0 commit comments