Skip to content

Commit dcacef7

Browse files
author
Stefan Gilca
committed
Add support for .net8
1 parent 0d98b39 commit dcacef7

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.3.0</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)