Skip to content

Commit

Permalink
update generated csproj
Browse files Browse the repository at this point in the history
- Target net8.0
- Reference Mono.Cecil 0.11.5
  • Loading branch information
adrianoc committed Feb 2, 2024
1 parent 056c90e commit ecbb4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cecilifier.Web/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ public class Startup
private const string ProjectContents = @"<Project Sdk=""Microsoft.NET.Sdk"">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include=""Mono.Cecil"" Version=""0.11.4"" />
<PackageReference Include=""Mono.Cecil"" Version=""0.11.5"" />
</ItemGroup>
</Project>";

Expand Down

0 comments on commit ecbb4d1

Please sign in to comment.