Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 6d185d8

Browse files
authoredNov 10, 2022
Merge pull request #155 from DuendeSoftware/dom/update-yarp
Update YARP to 1.1
2 parents 7b65e29 + cebff78 commit 6d185d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Directory.Build.targets

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0'">
44
<FrameworkVersionRuntime>6.0.0</FrameworkVersionRuntime>
5-
<FrameworkVersionTesting>6.0.0</FrameworkVersionTesting>
6-
<YarpVersion>1.0.1</YarpVersion>
5+
<FrameworkVersionTesting>6.0.11</FrameworkVersionTesting>
6+
<YarpVersion>1.1.0</YarpVersion>
77
</PropertyGroup>
88

99
<PropertyGroup Condition=" '$(TargetFramework)' == 'net7.0'">
1010
<FrameworkVersionRuntime>7.0.0</FrameworkVersionRuntime>
1111
<FrameworkVersionTesting>7.0.0</FrameworkVersionTesting>
12-
<YarpVersion>1.0.1</YarpVersion>
12+
<YarpVersion>1.1.0</YarpVersion>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)