1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <TargetFramework >net6.0</TargetFramework >
5
-
6
- <LangVersion >10.0</LangVersion >
7
- <IsPackable >false</IsPackable >
8
- </PropertyGroup >
9
-
10
- <PropertyGroup >
11
- <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
12
- </PropertyGroup >
13
-
14
- <ItemGroup >
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore" />
16
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" />
17
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" />
18
- <PackageReference Include =" Microsoft.Extensions.Configuration" />
19
- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" />
20
- </ItemGroup >
21
-
22
- <ItemGroup >
23
- <PackageReference Include =" FluentAssertions" />
24
- <PackageReference Include =" Microsoft.Reactive.Testing" />
25
- <PackageReference Include =" Moq" />
26
- <PackageReference Include =" MSTest.TestAdapter" />
27
- <PackageReference Include =" MSTest.TestFramework" />
28
- <PackageReference Include =" NUnit" />
29
- <PackageReference Include =" NUnit3TestAdapter" />
30
- <PackageReference Include =" Microsoft.NET.Test.Sdk" />
31
- </ItemGroup >
32
-
33
- <ItemGroup >
34
- <ProjectReference Include =" ..\..\SqlServer.Connector\SqlServer.Connector.csproj" />
35
- <ProjectReference Include =" ..\..\Samples\InsideOut\InsideOut.csproj" />
36
- <ProjectReference Include =" ..\UnitTests\UnitTests.csproj" />
37
- </ItemGroup >
38
-
39
- <ItemGroup >
40
- <None Update =" appsettings.json" >
41
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
42
- </None >
43
- </ItemGroup >
3
+ <PropertyGroup >
4
+ <TargetFramework >net6.0</TargetFramework >
5
+
6
+ <LangVersion >10.0</LangVersion >
7
+ <ImplicitUsings >enable</ImplicitUsings >
8
+ <IsPackable >false</IsPackable >
9
+ </PropertyGroup >
10
+
11
+ <PropertyGroup >
12
+ <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
13
+ </PropertyGroup >
14
+
15
+ <ItemGroup >
16
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" />
17
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" />
18
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" />
19
+ <PackageReference Include =" Microsoft.Extensions.Configuration" />
20
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" />
21
+ </ItemGroup >
22
+
23
+ <ItemGroup >
24
+ <PackageReference Include =" FluentAssertions" />
25
+ <PackageReference Include =" Microsoft.Reactive.Testing" />
26
+ <PackageReference Include =" Moq" />
27
+ <PackageReference Include =" MSTest.TestAdapter" />
28
+ <PackageReference Include =" MSTest.TestFramework" />
29
+ <PackageReference Include =" NUnit" />
30
+ <PackageReference Include =" NUnit3TestAdapter" />
31
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" />
32
+ </ItemGroup >
33
+
34
+ <ItemGroup >
35
+ <ProjectReference Include =" ..\..\SqlServer.Connector\SqlServer.Connector.csproj" />
36
+ <ProjectReference Include =" ..\..\Samples\InsideOut\InsideOut.csproj" />
37
+ <ProjectReference Include =" ..\UnitTests\UnitTests.csproj" />
38
+ </ItemGroup >
39
+
40
+ <ItemGroup >
41
+ <None Update =" appsettings.json" >
42
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
43
+ </None >
44
+ </ItemGroup >
44
45
45
46
</Project >
0 commit comments