Skip to content

Commit d4b6d2c

Browse files
author
tom-englert
committed
Try runtime-async
1 parent 0e9532f commit d4b6d2c

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

AssemblyToProcess/AssemblyToProcess.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFrameworks>net472;net6.0</TargetFrameworks>
4+
<TargetFrameworks>net472;net11.0</TargetFrameworks>
55
<DisableFody>true</DisableFody>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
8+
<PropertyGroup>
9+
<EnablePreviewFeatures>true</EnablePreviewFeatures>
10+
<Features>$(Features);runtime-async=on</Features>
11+
</PropertyGroup>
812
<ItemGroup>
913
<Using Remove="System.Net.Http" />
1014
<ProjectReference Include="..\ConfigureAwait\ConfigureAwait.csproj" />

Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFrameworks>net472;net9.0</TargetFrameworks>
4+
<TargetFrameworks>net472;net11.0</TargetFrameworks>
55
<DisableFody>true</DisableFody>
66
</PropertyGroup>
77
<ItemGroup>

global.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)