diff --git a/.github/workflows/build-dotnet.yml b/.github/workflows/build-dotnet.yml
index e259e74..c538588 100644
--- a/.github/workflows/build-dotnet.yml
+++ b/.github/workflows/build-dotnet.yml
@@ -44,10 +44,9 @@ jobs:
nuget sources Add -Name "GitHub" -Source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" -Username ${{ github.repository_owner }} -Password ${{ secrets.BUILD_TOKEN }}
- name: Restore NuGet packages
- run: dotnet restore ${{ secrets.DOTNET_SOLUTION }}
+ run: dotnet restore ${{ secrets.DOTNET_SOLUTION }} /p:ServerBuild=true
env:
NUGET_AUTH_TOKEN: ${{ secrets.BUILD_TOKEN }}
- UsePackageReferences: true
- name: Build with version
run: dotnet build ${{ secrets.DOTNET_SOLUTION }} /p:BuildNumber=${{ github.run_number }} /p:ServerBuild=true
diff --git a/README.md b/README.md
index 13333fb..609ff03 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# VNet.Mathematics
![Build .NET](https://github.com/PrimeEagle/VNet.System/actions/workflows/build-dotnet.yml/badge.svg) ![Build NuGet](https://github.com/PrimeEagle/VNet.System/actions/workflows/create-nuget.yml/badge.svg)
-![Static Badge](https://img.shields.io/badge/Latest_Build-v1.0.0.3-lightblue) ![Static Badge](https://img.shields.io/badge/Latest_Release-v1.0.0-blue) ![Static Badge](https://img.shields.io/badge/NuGet_Package-v1.0.0-blue) ![Static Badge](https://img.shields.io/badge/.NET-8.0.100-darkblue)
+![Static Badge](https://img.shields.io/badge/Latest_Build-v1.0.0.10-lightblue) ![Static Badge](https://img.shields.io/badge/Latest_Release-v1.0.0-blue) ![Static Badge](https://img.shields.io/badge/NuGet_Package-v1.0.0-blue) ![Static Badge](https://img.shields.io/badge/.NET-8.0.100-darkblue)
![GitHub License](https://img.shields.io/github/license/PrimeEagle/VNet.Mathematics)
diff --git a/VNet.Mathematics/VNet.Mathematics.csproj b/VNet.Mathematics/VNet.Mathematics.csproj
index 2c029ae..ff9f9b2 100644
--- a/VNet.Mathematics/VNet.Mathematics.csproj
+++ b/VNet.Mathematics/VNet.Mathematics.csproj
@@ -1,22 +1,31 @@
+
+ net8.0
+ enable
+ enable
+ True
+
-
- net8.0
- enable
- enable
- True
-
+
+
+
+
+
-
-
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+