File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
<PackageReference Update =" Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version =" $(EFCoreVersion)" />
30
30
<PackageReference Update =" Microsoft.Extensions.Logging.Console" Version =" 8.0.0" />
31
31
<PackageReference Update =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
32
- <PackageReference Update =" MSTest.TestAdapter" Version =" 3.1.1 " />
33
- <PackageReference Update =" MSTest.TestFramework" Version =" 3.1.1 " />
32
+ <PackageReference Update =" MSTest.TestAdapter" Version =" 3.2.0 " />
33
+ <PackageReference Update =" MSTest.TestFramework" Version =" 3.2.0 " />
34
34
<PackageReference Update =" coverlet.collector" Version =" 6.0.0" />
35
35
<PackageReference Update =" Newtonsoft.Json" Version =" 13.0.3" />
36
36
Original file line number Diff line number Diff line change 16
16
correctly.
17
17
-->
18
18
<VersionPrefix >8.0.0</VersionPrefix >
19
- <PreReleaseVersionLabel >alpha </PreReleaseVersionLabel >
20
- <PreReleaseVersionIteration >3 </PreReleaseVersionIteration >
19
+ <PreReleaseVersionLabel >beta </PreReleaseVersionLabel >
20
+ <PreReleaseVersionIteration >1 </PreReleaseVersionIteration >
21
21
22
22
<!--
23
23
The following properties will automatically be set by CI builds when appropriate:
You can’t perform that action at this time.
0 commit comments