File tree 2 files changed +6
-1
lines changed
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
205
205
206
206
## Added
207
207
* 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 38
38
<SignAssembly >true</SignAssembly >
39
39
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
40
40
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
41
- <VersionPrefix >3.1.1 </VersionPrefix >
41
+ <VersionPrefix >3.2.0 </VersionPrefix >
42
42
<VersionSuffix Condition =" '$(VersionSuffix)' == '' AND '$(GITHUB_ACTIONS)' != '' " >beta$([System.Convert]::ToInt32(`$(GITHUB_RUN_NUMBER)`).ToString(`0000`))</VersionSuffix >
43
43
<VersionPrefix Condition =" $(GITHUB_REF.StartsWith(`refs/tags/v`)) " >$(GITHUB_REF.Replace('refs/tags/v', ''))</VersionPrefix >
44
44
<VersionSuffix Condition =" $(GITHUB_REF.StartsWith(`refs/tags/v`)) " ></VersionSuffix >
You can’t perform that action at this time.
0 commit comments