Skip to content

Commit

Permalink
bump to rc 4
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Nov 17, 2024
1 parent f1080eb commit 8195e5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions YAF.SampleApp/YAF.SampleApp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

Expand All @@ -10,9 +10,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="YAFNET.Data.SqlServer" Version="4.0.0-rc03" />
<PackageReference Include="YAFNET.RazorPages" Version="4.0.0-rc03" />
<PackageReference Include="YAFNET.UI.Chat" Version="4.0.0-rc03" />
<PackageReference Include="YAFNET.Data.SqlServer" Version="4.0.0-rc04" />
<PackageReference Include="YAFNET.RazorPages" Version="4.0.0-rc04" />
<PackageReference Include="YAFNET.UI.Chat" Version="4.0.0-rc04" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8195e5b

Please sign in to comment.