-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage-versions.props
More file actions
29 lines (26 loc) · 1.33 KB
/
package-versions.props
File metadata and controls
29 lines (26 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Project>
<PropertyGroup>
<!-- Published dependencies (only update on major version change) -->
<JsonApiDotNetCoreFrozenVersion>5.7.1</JsonApiDotNetCoreFrozenVersion>
<MongoDBDriverFrozenVersion>3.3.0</MongoDBDriverFrozenVersion>
<!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
<BogusVersion>35.6.*</BogusVersion>
<CoverletVersion>6.0.*</CoverletVersion>
<EphemeralMongoVersion>3.2.*</EphemeralMongoVersion>
<FluentAssertionsVersion>7.2.*</FluentAssertionsVersion>
<GitHubActionsTestLoggerVersion>2.4.*</GitHubActionsTestLoggerVersion>
<InheritDocVersion>2.0.*</InheritDocVersion>
<MongoDBDriverVersion>3.3.*</MongoDBDriverVersion>
<TestSdkVersion>18.0.0</TestSdkVersion>
<XunitVersion>2.9.*</XunitVersion>
<XunitVisualStudioVersion>3.1.*</XunitVisualStudioVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net9.0'">
<!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
<AspNetCoreVersion>9.0.*</AspNetCoreVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
<AspNetCoreVersion>8.0.*</AspNetCoreVersion>
</PropertyGroup>
</Project>