add jetbrains.annotations
This commit is contained in:
parent
c0dc93dd4c
commit
9971df2faf
5 changed files with 20 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
<PackageVersion Include="Blazored.LocalStorage" Version="4.4.0" />
|
||||
<PackageVersion Include="CommunityToolkit.Common" Version="8.2.2" />
|
||||
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.2.2" />
|
||||
<PackageVersion Include="JetBrains.Annotations" Version="2023.3.0" />
|
||||
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" />
|
||||
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.0" />
|
||||
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
|
||||
|
|
|
@ -56,6 +56,11 @@
|
|||
"StyleCop.Analyzers.Unstable": "1.2.0.507"
|
||||
}
|
||||
},
|
||||
"JetBrains.Annotations": {
|
||||
"type": "Transitive",
|
||||
"resolved": "2023.3.0",
|
||||
"contentHash": "PHfnvdBUdGaTVG9bR/GEfxgTwWM0Z97Y6X3710wiljELBISipSfF5okn/vz+C2gfO+ihoEyVPjaJwn8ZalVukA=="
|
||||
},
|
||||
"Microsoft.AspNetCore.Authorization": {
|
||||
"type": "Transitive",
|
||||
"resolved": "8.0.0",
|
||||
|
@ -297,6 +302,7 @@
|
|||
"Blazored.LocalStorage": "[4.4.0, )",
|
||||
"CommunityToolkit.Common": "[8.2.2, )",
|
||||
"CommunityToolkit.Mvvm": "[8.2.2, )",
|
||||
"JetBrains.Annotations": "[2023.3.0, )",
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0, )"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<PackageReference Include="Blazored.LocalStorage"/>
|
||||
<PackageReference Include="CommunityToolkit.Common" />
|
||||
<PackageReference Include="CommunityToolkit.Mvvm" />
|
||||
<PackageReference Include="JetBrains.Annotations" />
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
|
||||
<PackageReference Include="Microsoft.TypeScript.MSBuild">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
|
|
|
@ -23,6 +23,12 @@
|
|||
"resolved": "8.2.2",
|
||||
"contentHash": "r0g0k9tGYdrnz8R7T3x5UiokDffeevzK/2P/9SBL6fqLgN8B157MIi/bVUWI1KAz6ZorZrK9AdABCWUeXZZsvA=="
|
||||
},
|
||||
"JetBrains.Annotations": {
|
||||
"type": "Direct",
|
||||
"requested": "[2023.3.0, )",
|
||||
"resolved": "2023.3.0",
|
||||
"contentHash": "PHfnvdBUdGaTVG9bR/GEfxgTwWM0Z97Y6X3710wiljELBISipSfF5okn/vz+C2gfO+ihoEyVPjaJwn8ZalVukA=="
|
||||
},
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": {
|
||||
"type": "Direct",
|
||||
"requested": "[8.0.0, )",
|
||||
|
|
|
@ -165,6 +165,11 @@
|
|||
"System.Threading.Tasks.Extensions": "4.5.4"
|
||||
}
|
||||
},
|
||||
"JetBrains.Annotations": {
|
||||
"type": "Transitive",
|
||||
"resolved": "2023.3.0",
|
||||
"contentHash": "PHfnvdBUdGaTVG9bR/GEfxgTwWM0Z97Y6X3710wiljELBISipSfF5okn/vz+C2gfO+ihoEyVPjaJwn8ZalVukA=="
|
||||
},
|
||||
"Microsoft.AspNetCore.Authorization": {
|
||||
"type": "Transitive",
|
||||
"resolved": "8.0.0",
|
||||
|
@ -783,6 +788,7 @@
|
|||
"Blazored.LocalStorage": "[4.4.0, )",
|
||||
"CommunityToolkit.Common": "[8.2.2, )",
|
||||
"CommunityToolkit.Mvvm": "[8.2.2, )",
|
||||
"JetBrains.Annotations": "[2023.3.0, )",
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0, )"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue