File tree 2 files changed +1
-10
lines changed
test/DynamicExpresso.UnitTest
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 20
20
<VersionSuffix ></VersionSuffix >
21
21
</PropertyGroup >
22
22
23
-
24
- <ItemGroup Condition =" $(TargetFramework.StartsWith('net4')) " >
25
- <Reference Include =" Microsoft.CSharp" />
26
- </ItemGroup >
27
-
28
23
<ItemGroup Condition =" $(TargetFramework.StartsWith('netstandard2')) " >
29
24
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
30
25
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp5 .0;netcoreapp3.1;net462</TargetFrameworks >
4
+ <TargetFrameworks >net5 .0;netcoreapp3.1;net462</TargetFrameworks >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
12
12
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.9.0" />
13
13
</ItemGroup >
14
14
15
- <ItemGroup Condition =" $(TargetFramework.StartsWith('net4')) " >
16
- <Reference Include =" Microsoft.CSharp" />
17
- </ItemGroup >
18
-
19
15
<ItemGroup >
20
16
<ProjectReference Include =" ..\..\src\DynamicExpresso.Core\DynamicExpresso.Core.csproj" />
21
17
</ItemGroup >
You can’t perform that action at this time.
0 commit comments