Skip to content

Commit

Permalink
Merge pull request #20 from NielsPilgaard/dotnet7
Browse files Browse the repository at this point in the history
Update to NET7.0
  • Loading branch information
NielsPilgaard committed Nov 22, 2022
2 parents 6087f14 + 3ee0461 commit 662a781
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/Pilgaard.Blog/Pilgaard.Blog.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-Pilgaard.Blog-0074D113-27DE-47D4-A52B-00DDA3C7C010</UserSecretsId>
Expand Down Expand Up @@ -40,8 +40,8 @@
<ItemGroup>
<PackageReference Include="GiscusBlazor" Version="2.3.0" />
<PackageReference Include="Markdig" Version="0.30.4" />
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.18.3" />
<PackageReference Include="MudBlazor" Version="6.0.17" />
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.19.1" />
<PackageReference Include="MudBlazor" Version="6.1.2" />
</ItemGroup>

</Project>
10 changes: 5 additions & 5 deletions tests/Pilgaard.Blog.Tests/Pilgaard.Blog.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.1.2">
<PackageReference Include="coverlet.collector" Version="3.2.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
1 change: 0 additions & 1 deletion tests/Pilgaard.Blog.Tests/Usings.cs

This file was deleted.

0 comments on commit 662a781

Please sign in to comment.