Skip to content

Commit

Permalink
Add net9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengweiqhca committed Nov 28, 2024
1 parent e512de7 commit 4948e55
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net8.0;net9.0</TargetFrameworks>
<Description>Integration with MinimalApi

public class Startup
{
public IHostBuilder CreateHostBuilder() =&gt; MinimalApiHostBuilderFactory.GetHostBuilder&lt;Program&gt;();
}</Description>
<PackageTags>xunit ioc di DependencyInjection test</PackageTags>
<Version>9.1.1</Version>
<Version>9.2.0</Version>
<PackageReleaseNotes>$(Description)</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 4948e55

Please sign in to comment.