File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<ImplicitUsings >enable</ImplicitUsings >
4
4
<Nullable >enable</Nullable >
5
- <Version >0.0.13 </Version >
5
+ <Version >0.0.14 </Version >
6
6
<TargetFrameworks >net7.0;net8.0;net9.0</TargetFrameworks >
7
7
<LangVersion >preview</LangVersion >
8
8
<PackageId >InertiaNetCore</PackageId >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This library is a fork of [kapi2289/InertiaCore](https://github.com/kapi2289/Ine
8
8
9
9
Some errors were fixed, and unnecessary dependencies were removed. The library will be maintained and updated whenever necessary.
10
10
11
- It is compatible with .NET 7 and .NET 8. As soon as .NET 9 is released, the library will be updated to support it .
11
+ It is compatible with .NET 7, .NET 8, and .NET 9.
12
12
13
13
Feel free to contribute to the project by creating issues or pull requests.
14
14
You can’t perform that action at this time.
0 commit comments