We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d98b39 + e3d34a9 commit 694906aCopy full SHA for 694906a
1 file changed
DevProxy.Hosting/DevProxy.Hosting.csproj
@@ -1,10 +1,10 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net9.0</TargetFramework>
+ <TargetFrameworks>net9.0;net8.0</TargetFrameworks>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
- <Version>0.2.0</Version>
+ <Version>0.2.1</Version>
8
<Authors>Dev Proxy</Authors>
9
<Title>Dev Proxy .NET Aspire extensions</Title>
10
<Description>.NET Aspire extensions for adding Dev Proxy as a resource to your .NET Aspire application.</Description>
0 commit comments