diff --git a/global.json b/global.json index 3413fd5..037d3ff 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.202", + "version": "8.0.204", "rollForward": "latestMajor", "allowPrerelease": true } diff --git a/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheInterceptor.csproj b/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheInterceptor.csproj index d59772c..fbd6cc0 100644 --- a/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheInterceptor.csproj +++ b/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheInterceptor.csproj @@ -1,7 +1,7 @@ Entity Framework Core Second Level Caching Library. - 4.4.2 + 4.4.3 Vahid Nasiri net8.0;net7.0;net6.0;net5.0;netstandard2.1;netstandard2.0;net462;netcoreapp3.1; true @@ -40,7 +40,7 @@ true - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -56,14 +56,14 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/update-dependencies.bat b/update-dependencies.bat index abafba3..36da7e6 100644 --- a/update-dependencies.bat +++ b/update-dependencies.bat @@ -1,6 +1,4 @@ dotnet restore -dotnet tool update --global dotnet-outdated-tool -dotnet outdated -rem dotnet outdated --pre-release Always +dotnet list package --outdated dotnet restore pause \ No newline at end of file