File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -205,3 +205,8 @@ Added overloads to support specifying the name of the Initial Catalog using the
205205
206206## Added
207207 * Add `net6.0` Target Framework Moniker.
208+
209+ # SqlLocalDb v3.2.0
210+
211+ ## Added
212+ * Fix incorrect minimum dependency versions when targeting `net6.0`.
Original file line number Diff line number Diff line change 3838 <SignAssembly >true</SignAssembly >
3939 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
4040 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
41- <VersionPrefix >3.1.1 </VersionPrefix >
41+ <VersionPrefix >3.2.0 </VersionPrefix >
4242 <VersionSuffix Condition =" '$(VersionSuffix)' == '' AND '$(GITHUB_ACTIONS)' != '' " >beta$([System.Convert]::ToInt32(`$(GITHUB_RUN_NUMBER)`).ToString(`0000`))</VersionSuffix >
4343 <VersionPrefix Condition =" $(GITHUB_REF.StartsWith(`refs/tags/v`)) " >$(GITHUB_REF.Replace('refs/tags/v', ''))</VersionPrefix >
4444 <VersionSuffix Condition =" $(GITHUB_REF.StartsWith(`refs/tags/v`)) " ></VersionSuffix >
You can’t perform that action at this time.
0 commit comments