Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Apr 2, 2024
1 parent b0d9763 commit a9acf96
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions src/BUTR.Site.NexusMods.Client/BUTR.Site.NexusMods.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
<ItemGroup>
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
<PackageReference Include="Blazored.SessionStorage" Version="2.4.0" />
<PackageReference Include="Blazorise.Bootstrap5" Version="1.5.0" />
<PackageReference Include="Blazorise.Charts" Version="1.5.0" />
<PackageReference Include="Blazorise.Components" Version="1.5.0" />
<PackageReference Include="Blazorise.DataGrid" Version="1.5.0" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.5.0" />
<PackageReference Include="Blazorise.LoadingIndicator" Version="1.5.0" />
<PackageReference Include="Blazorise.QRCode" Version="1.5.0" />
<PackageReference Include="Blazorise.Snackbar" Version="1.5.0" />
<PackageReference Include="Blazorise.TreeView" Version="1.5.0" />
<PackageReference Include="Blazorise.Bootstrap5" Version="1.5.1" />
<PackageReference Include="Blazorise.Charts" Version="1.5.1" />
<PackageReference Include="Blazorise.Components" Version="1.5.1" />
<PackageReference Include="Blazorise.DataGrid" Version="1.5.1" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.5.1" />
<PackageReference Include="Blazorise.LoadingIndicator" Version="1.5.1" />
<PackageReference Include="Blazorise.QRCode" Version="1.5.1" />
<PackageReference Include="Blazorise.Snackbar" Version="1.5.1" />
<PackageReference Include="Blazorise.TreeView" Version="1.5.1" />
<PackageReference Include="BUTR.CrashReport.Models" Version="13.0.0.49" />
<PackageReference Include="BUTR.CrashReport.Bannerlord.Parser" Version="13.0.0.49" />
<PackageReference Include="CsvHelper" Version="31.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.3" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<Exec Command="dotnet new tool-manifest --force" />
<Exec Command="dotnet tool install --local NSwag.ConsoleCore --version 14.0.0-preview009" />
<Exec Command="dotnet tool install --local NSwag.ConsoleCore --version 14.0.7" />
<Exec Command="dotnet nswag openapi2csclient @(ExecPreprocessArgs, ' ')" />

</Target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.141">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.146">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit a9acf96

Please sign in to comment.