upgrade strawberryshake library

This commit is contained in:
13xforever 2023-03-06 00:16:31 +05:00
parent a95ea65bf9
commit deb1fe50b9
No known key found for this signature in database
GPG Key ID: 2B2A36B482FE70C5
2 changed files with 3 additions and 4 deletions

View File

@ -3,13 +3,13 @@
"isRoot": true,
"tools": {
"strawberryshake.tools": {
"version": "12.11.1",
"version": "13.0.5",
"commands": [
"dotnet-graphql"
]
},
"dotnet-ef": {
"version": "6.0.6",
"version": "7.0.3",
"commands": [
"dotnet-ef"
]

View File

@ -11,7 +11,6 @@
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="StrawberryShake.CodeGeneration.CSharp.Analyzers" Version="12.18.0" />
<PackageReference Include="StrawberryShake.Transport.Http" Version="13.0.5" />
<PackageReference Include="StrawberryShake.Server" Version="13.0.5" />
</ItemGroup>
</Project>