mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-23 10:19:39 +00:00
upgrade strawberryshake library
This commit is contained in:
parent
a95ea65bf9
commit
deb1fe50b9
@ -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"
|
||||
]
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user