File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ All notable changes to **NCronJob** will be documented in this file. The project
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Changed
10
+ - Don't depend on prerelease version in ` net9.0 `
11
+
9
12
## [ 2.7.2] - 2024-06-01
10
13
11
14
### Added
Original file line number Diff line number Diff line change 59
59
<PackageReference Include =" Polly" Version =" 8.4.0" />
60
60
</ItemGroup >
61
61
62
- <ItemGroup Condition = " '$(TargetFramework)' == 'net8.0' " >
62
+ <ItemGroup >
63
63
<PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8.0.0" />
64
64
</ItemGroup >
65
65
66
- <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
67
- <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.0-*" />
68
- </ItemGroup >
69
-
70
66
</Project >
You can’t perform that action at this time.
0 commit comments