Commit eba7979 1 parent 882cec7 commit eba7979 Copy full SHA for eba7979
File tree 1 file changed +5
-5
lines changed
test/DynamicExpresso.UnitTest
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net9.0;net8.0;net462</TargetFrameworks >
4
+ <TargetFrameworks >net9.0;net8.0;net462</TargetFrameworks >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5.0" />
11
- <PackageReference Include =" NUnit" Version =" 3.9.0" />
12
- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.9.0" />
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5.0" />
11
+ <PackageReference Include =" NUnit" Version =" 3.9.0" />
12
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.9.0" />
13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
16
- <ProjectReference Include =" ..\..\src\DynamicExpresso.Core\DynamicExpresso.Core.csproj" />
16
+ <ProjectReference Include =" ..\..\src\DynamicExpresso.Core\DynamicExpresso.Core.csproj" />
17
17
</ItemGroup >
18
18
19
19
</Project >
You can’t perform that action at this time.
0 commit comments