File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
<Description >Simplify.DI unit tests</Description >
8
8
<Copyright >Licensed under LGPL</Copyright >
9
9
</PropertyGroup >
10
+ <ItemGroup >
11
+ <ProjectReference Include =" ..\Simplify.DI.TestsTypes\Simplify.DI.TestsTypes.csproj" />
12
+ <ProjectReference Include =" ..\Simplify.DI\Simplify.DI.csproj" />
13
+ </ItemGroup >
10
14
<ItemGroup >
11
15
<PackageReference Include =" coverlet.msbuild" Version =" 3.2.*" />
12
16
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.*" />
13
17
<PackageReference Include =" NUnit" Version =" 3.13.*" />
14
18
<PackageReference Include =" NUnit3TestAdapter" Version =" 4.3.*" />
15
- <ProjectReference Include =" ..\Simplify.DI.TestsTypes\Simplify.DI.TestsTypes.csproj" />
16
- <ProjectReference Include =" ..\Simplify.DI\Simplify.DI.csproj" />
17
19
</ItemGroup >
18
20
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >netstandard1 .0</TargetFramework >
3
+ <TargetFramework >net6 .0</TargetFramework >
4
4
5
5
<Authors >Alexander Krylkov</Authors >
6
6
<Product >Simplify</Product >
You can’t perform that action at this time.
0 commit comments