Skip to content

Commit

Permalink
Update to net8.0 (#6985)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham0x13 authored Aug 21, 2024
1 parent 41a0e52 commit 5801c10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion core/extensions/AssemblyLoading/MyLibrary/MyLibrary.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion core/extensions/AssemblyLoading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following hooks into the [managed assembly loading algorithm](https://docs.m

## Build and Run

1) Install [.NET 6.0 SDK](https://dotnet.microsoft.com/download) or later
1) Install [.NET 8.0 SDK](https://dotnet.microsoft.com/download) or later

1) Build the solution with `dotnet build`

Expand Down

0 comments on commit 5801c10

Please sign in to comment.