File tree 5 files changed +105
-9
lines changed
TestStack.ConventionTests.Autofac
TestStack.ConventionTests.Tests
5 files changed +105
-9
lines changed Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+ <PropertyGroup >
3
+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >net35;net40;net451;netstandard1.5;</TargetFrameworks >
4
+ <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT' " >netstandard1.5</TargetFrameworks >
5
+ <AssemblyName >TestAssembly</AssemblyName >
6
+ <PackageId >TestAssembly</PackageId >
7
+ <GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
8
+ <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
9
+ <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
10
+ <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
11
+ <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
12
+ <GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
13
+ <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
14
+ </PropertyGroup >
15
+
16
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net452' " >
17
+ <Reference Include =" System.Runtime" />
18
+ <Reference Include =" System.Threading.Tasks" />
19
+ <Reference Include =" System.Web" />
20
+ <Reference Include =" Microsoft.CSharp" />
21
+ </ItemGroup >
22
+
23
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.6' " >
24
+ <PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.3.0" />
25
+ </ItemGroup >
26
+
27
+
28
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net45' " >
29
+ <DefineConstants >$(DefineConstants);netmvc</DefineConstants >
30
+ </PropertyGroup >
31
+
32
+ </Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+ <PropertyGroup >
3
+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >net35;net40;net451;netstandard1.5;</TargetFrameworks >
4
+ <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT' " >netstandard1.5</TargetFrameworks >
5
+ <AssemblyName >TestAssembly</AssemblyName >
6
+ <PackageId >TestAssembly</PackageId >
7
+ <GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
8
+ <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
9
+ <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
10
+ <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
11
+ <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
12
+ <GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
13
+ <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
14
+ </PropertyGroup >
15
+
16
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net452' " >
17
+ <Reference Include =" System.Runtime" />
18
+ <Reference Include =" System.Threading.Tasks" />
19
+ <Reference Include =" System.Web" />
20
+ <Reference Include =" Microsoft.CSharp" />
21
+ </ItemGroup >
22
+
23
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.6' " >
24
+ <PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.3.0" />
25
+ </ItemGroup >
26
+
27
+
28
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net45' " >
29
+ <DefineConstants >$(DefineConstants);netmvc</DefineConstants >
30
+ </PropertyGroup >
31
+
32
+ </Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+ <PropertyGroup >
3
+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >net35;net40;net451;netstandard1.5;</TargetFrameworks >
4
+ <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT' " >netstandard1.5</TargetFrameworks >
5
+ <AssemblyName >TestAssembly</AssemblyName >
6
+ <PackageId >TestAssembly</PackageId >
7
+ <GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
8
+ <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
9
+ <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
10
+ <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
11
+ <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
12
+ <GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
13
+ <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
14
+ </PropertyGroup >
15
+
16
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net452' " >
17
+ <Reference Include =" System.Runtime" />
18
+ <Reference Include =" System.Threading.Tasks" />
19
+ <Reference Include =" System.Web" />
20
+ <Reference Include =" Microsoft.CSharp" />
21
+ </ItemGroup >
22
+
23
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.6' " >
24
+ <PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.3.0" />
25
+ </ItemGroup >
26
+
27
+
28
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net45' " >
29
+ <DefineConstants >$(DefineConstants);netmvc</DefineConstants >
30
+ </PropertyGroup >
31
+
32
+ </Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
2
<PropertyGroup >
4
3
<TargetFramework >netstandard1.6</TargetFramework >
5
4
<AssemblyName >TestStack.ConventionTests.Autofac</AssemblyName >
12
11
<GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
13
12
<GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
14
13
</PropertyGroup >
15
-
16
-
17
14
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.6' " >
18
15
<PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.3.0" />
19
16
</ItemGroup >
20
-
21
17
<ItemGroup >
22
18
<PackageReference Include =" Autofac" Version =" 4.2.1" />
23
19
</ItemGroup >
24
-
25
-
26
-
20
+ < ItemGroup >
21
+ < ProjectReference Include = " ..\TestStack.ConventionTests\TestStack.ConventionTests.csproj " />
22
+ </ ItemGroup >
27
23
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.6' " >
28
24
<DefineConstants >$(DefineConstants);NewReflection;</DefineConstants >
29
25
</PropertyGroup >
30
-
31
- </Project >
26
+ </Project >
Original file line number Diff line number Diff line change 20
20
<PackageReference Include =" NUnit" Version =" 3.7.1" />
21
21
<PackageReference Include =" Shouldly" Version =" 2.8.3" />
22
22
</ItemGroup >
23
+ <ItemGroup >
24
+ <ProjectReference Include =" ..\TestAssembly\TestAssembly.csproj" />
25
+ <ProjectReference Include =" ..\TestStack.ConventionTests.Autofac\TestStack.ConventionTests.Autofac.csproj" />
26
+ <ProjectReference Include =" ..\TestStack.ConventionTests\TestStack.ConventionTests.csproj" />
27
+ </ItemGroup >
23
28
</Project >
You can’t perform that action at this time.
0 commit comments