Skip to content

Commit

Permalink
Update to .NET 8 SDK (#2304)
Browse files Browse the repository at this point in the history
* Update to .NET 8 SDK
* Fix bootstrap action
* Fix setup dotnet
* Fix up test data
* Update ES tests
* Update dependencies
* Fix ASP.NET Core tests
* Bump version in web.config
* Various profiler updates
* Update functions apps
  • Loading branch information
stevejgordon committed Apr 2, 2024
1 parent ed5506c commit ed7dc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>False</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit ed7dc5b

Please sign in to comment.