Skip to content

Commit

Permalink
bump to rc 3
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Jul 6, 2024
1 parent 3564dbe commit f1080eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions YAF.SampleApp/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)

app.UseYafCore(this.ServiceLocator, env);

app.UseRobotsTxt(env);

app.UseEndpoints(endpoints =>
{
endpoints.MapRazorPages();
Expand Down
10 changes: 7 additions & 3 deletions YAF.SampleApp/YAF.SampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="YAFNET.Data.SqlServer" Version="4.0.0-rc02" />
<PackageReference Include="YAFNET.RazorPages" Version="4.0.0-rc02" />
<PackageReference Include="YAFNET.UI.Chat" Version="4.0.0-rc02" />
<Content Remove="C:\Users\iherb\.nuget\packages\yafnet.ui.chat\4.0.0-rc02\contentFiles\any\net8.0\libman.json" />
</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" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f1080eb

Please sign in to comment.