Skip to content

Commit 694906a

Browse files
Merge pull request #5 from stefang931/feature/net8support
Add support for .net8
2 parents 0d98b39 + e3d34a9 commit 694906a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DevProxy.Hosting/DevProxy.Hosting.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFrameworks>net9.0;net8.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>0.2.0</Version>
7+
<Version>0.2.1</Version>
88
<Authors>Dev Proxy</Authors>
99
<Title>Dev Proxy .NET Aspire extensions</Title>
1010
<Description>.NET Aspire extensions for adding Dev Proxy as a resource to your .NET Aspire application.</Description>

0 commit comments

Comments
 (0)