File tree Expand file tree Collapse file tree 4 files changed +9
-31
lines changed
Tsarev.Analyzer.Hardcode.Email.Test
Tsarev.Analyzer.Hardcode.Guid.Test Expand file tree Collapse file tree 4 files changed +9
-31
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net472 </TargetFramework >
3
+ <TargetFramework >netcoreapp2.1 </TargetFramework >
4
4
<AssemblyTitle >Tsarev.Analyzer.Hardcode.Email.Test</AssemblyTitle >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
7
<PackageReference Include =" xunit" Version =" 2.4.1" />
8
-
8
+ < PackageReference Include = " xunit.runner.visualstudio " Version = " 2.4.1 " />
9
9
</ItemGroup >
10
10
<ItemGroup >
11
11
<ProjectReference Include =" ..\Tsarev.Analyzer.Hardcode.Email\Tsarev.Analyzer.Hardcode.Email.csproj" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >netstandard2 </TargetFramework >
3
+ <TargetFramework >netcoreapp2.1 </TargetFramework >
4
4
<AssemblyTitle >Tsarev.Analyzer.Hardcode.Guid.Test</AssemblyTitle >
5
5
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
8
<PackageReference Include =" JetBrains.Annotations" Version =" 11.0.0" />
9
-
10
-
11
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.0.0" />
12
-
13
-
14
-
15
-
16
9
<PackageReference Include =" xunit" Version =" 2.4.1" />
17
-
18
- </ItemGroup >
10
+ < PackageReference Include = " xunit.runner.visualstudio " Version = " 2.4.1 " />
11
+ </ItemGroup >
19
12
<ItemGroup >
20
13
<ProjectReference Include =" ..\Tsarev.Analyzer.Hardcode.Guid\Tsarev.Analyzer.Hardcode.Guid.csproj" />
21
14
<ProjectReference Include =" ..\Tsarev.Analyzer.TestHelpers\Tsarev.Analyzer.TestHelpers.csproj" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp2.0 </TargetFramework >
3
+ <TargetFramework >netcoreapp2.1 </TargetFramework >
4
4
<AssemblyTitle >Tsarev.AsyncControllerAnalyzer.Test</AssemblyTitle >
5
5
6
6
<Product >Tsarev.AsyncControllerAnalyzer.Test</Product >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
10
<PackageReference Include =" JetBrains.Annotations" Version =" 11.0.0" />
11
-
12
-
13
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.0.0" />
14
-
15
-
16
-
17
-
18
11
<PackageReference Include =" xunit" Version =" 2.4.1" />
19
-
20
-
21
-
12
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
22
13
</ItemGroup >
23
14
<ItemGroup >
24
15
<ProjectReference Include =" ..\Tsarev.Analyzer.TestHelpers\Tsarev.Analyzer.TestHelpers.csproj" />
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
4
4
5
- <TargetFramework >netstandard2 </TargetFramework >
5
+ <TargetFramework >netcoreapp2.1 </TargetFramework >
6
6
<AssemblyTitle >VatHardcodeAnalyzer.Test</AssemblyTitle >
7
7
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
11
<PackageReference Include =" JetBrains.Annotations" Version =" 11.0.0" />
12
-
13
-
14
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.0.0" />
15
-
16
-
17
-
18
-
19
12
<PackageReference Include =" xunit" Version =" 2.4.1" />
13
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
20
14
21
15
</ItemGroup >
22
16
<ItemGroup >
You can’t perform that action at this time.
0 commit comments