File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
Original file line number Diff line number Diff line change 2525 <PackageReference Include =" MathNet.Numerics" Version =" 5.0.0" />
2626 </ItemGroup >
2727
28+ <ItemGroup >
29+ <AssemblyAttribute Include =" System.Runtime.CompilerServices.InternalsVisibleTo" >
30+ <_Parameter1 >$(MSBuildProjectName).Tests</_Parameter1 >
31+ </AssemblyAttribute >
32+ </ItemGroup >
33+
2834</Project >
Original file line number Diff line number Diff line change 22// ReSharper disable once CheckNamespace
33namespace System . Linq ;
44
5- internal static class EnumerableIndexPolyfill
5+ internal static class EnumerablePolyfills
66{
77 /// <summary>Returns an enumerable that incorporates the element's index into a tuple.</summary>
88 /// <typeparam name="TSource">The type of the elements of <paramref name="source" />.</typeparam>
You can’t perform that action at this time.
0 commit comments