Skip to content

Commit f9cfd0b

Browse files
authored
Update Ix.NET dependencies (#2249)
* Upgrade to Nerdbank.GitVersioning 3.8.118 * Upgrade to IsExternalInit 1.0.3 * Update to BenchmarkDotNet 0.15.4 Tried to upgrade to xunit 2.9.3 but this started producing weird assembly resolution failures in .NET FX for `System.Runtime.CompilerServices.Unsafe`. Will try that again after we've removed all dependencies on `net6.0` for the next release.
1 parent 0c64771 commit f9cfd0b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Ix.NET/Source/Benchmarks.System.Interactive/Benchmarks.System.Interactive.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<Optimize>true</Optimize>
77
<Configurations>Current Sources;Ix.net 3.1.1;Ix.net 3.2</Configurations>
88
</PropertyGroup>
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
23+
<PackageReference Include="BenchmarkDotNet" Version="0.15.4" />
2424
</ItemGroup>
2525

2626
<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Ix.net 3.1.1|AnyCPU'">

Ix.NET/Source/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<ItemGroup>
3232
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
33-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.255" PrivateAssets="all" />
33+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.8.118" PrivateAssets="all" />
3434
</ItemGroup>
3535

3636
<ItemGroup>

Ix.NET/Source/System.Linq.Async.SourceGenerator/System.Linq.Async.SourceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" PrivateAssets="all" />
9-
<PackageReference Include="IsExternalInit" Version="1.0.2" PrivateAssets="all" />
9+
<PackageReference Include="IsExternalInit" Version="1.0.3" PrivateAssets="all" />
1010
</ItemGroup>
1111
</Project>

0 commit comments

Comments
 (0)