Skip to content

Commit

Permalink
[Update] dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed May 13, 2024
1 parent 8db5d1d commit 3197674
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion reqifviewer.Tests/reqifviewer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="bunit.web" Version="1.27.17" />
<PackageReference Include="bunit.web" Version="1.28.9" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="NUnit" Version="4.1.0" />
Expand Down
6 changes: 3 additions & 3 deletions reqifviewer/reqifviewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup Label="Application">
<Title>reqifviewer</Title>
<Version>1.1.0</Version>
<Version>2.0.0</Version>
<Description>Web Application to inspect ReqIF files</Description>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
Expand Down Expand Up @@ -34,9 +34,9 @@
<ItemGroup>
<PackageReference Include="Blazor-Analytics" Version="3.12.0" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.4" />
<PackageReference Include="Radzen.Blazor" Version="4.29.6" />
<PackageReference Include="Radzen.Blazor" Version="4.31.3" />
<PackageReference Include="BlazorStrap.V5" Version="5.1.102.51723" />
<PackageReference Include="ReqIFSharp.Extensions" Version="2.1.1" />
<PackageReference Include="ReqIFSharp.Extensions" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
Expand Down

0 comments on commit 3197674

Please sign in to comment.