File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project >
3
3
<PropertyGroup >
4
- <TargetFrameworks >net6.0;net7.0;net8.0</TargetFrameworks >
4
+ <TargetFrameworks >net6.0;net7.0;net8.0;net9.0 </TargetFrameworks >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
7
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >Common extension methods and reflection helpers used by JasperFx projects</Description >
5
- <Version >1.8 .0</Version >
5
+ <Version >1.9 .0</Version >
6
6
<Authors >Jeremy D. Miller</Authors >
7
7
<AssemblyName >JasperFx.Core</AssemblyName >
8
8
<PackageId >JasperFx.Core</PackageId >
20
20
<ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
21
21
<PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.0" />
22
22
</ItemGroup >
23
+
24
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
25
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.0" />
26
+ </ItemGroup >
23
27
</Project >
You can’t perform that action at this time.
0 commit comments