This repository was archived by the owner on May 17, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +23
-0
lines changed
Steeltoe.Common.Autofac.Test
Steeltoe.Common.Http.Test Expand file tree Collapse file tree 5 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -197,3 +197,4 @@ FakesAssemblies/
197
197
# DNX-based projects have a project.lock.json file. This should not be checked-in during development
198
198
project.lock.json
199
199
.vscode
200
+ .idea
Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <PropertyGroup Condition =" ! $(OS.Contains('win')) AND '$(TargetFramework)'== 'net461'" >
3
+ <FrameworkPathOverride >$(NuGetPackageRoot)microsoft.targetingpack.netframework.v4.6.1/1.0.1/lib/net461/</FrameworkPathOverride >
4
+ <RestoreAdditionalProjectSources >https://dotnet.myget.org/F/dotnet-core/api/v3/index.json</RestoreAdditionalProjectSources >
5
+ </PropertyGroup >
6
+ <ItemGroup Condition =" ! $(OS.Contains('win')) AND '$(TargetFramework)'== 'net461'" >
7
+ <PackageReference Include =" Microsoft.TargetingPack.NETFramework.v4.6.1" Version =" 1.0.1" ExcludeAssets =" All" PrivateAssets =" All" />
8
+ </ItemGroup >
9
+ </Project >
10
+
Original file line number Diff line number Diff line change 6
6
<TargetFrameworks >netcoreapp2.0;netcoreapp2.1;net461</TargetFrameworks >
7
7
</PropertyGroup >
8
8
9
+ <PropertyGroup Condition =" ! $(OS.Contains('win')) AND '$(TargetFramework)'== 'net461'" >
10
+ <FrameworkPathOverride >$(NuGetPackageRoot)microsoft.targetingpack.netframework.v4.6.1/1.0.1/lib/net461/</FrameworkPathOverride >
11
+ <RestoreAdditionalProjectSources >https://dotnet.myget.org/F/dotnet-core/api/v3/index.json</RestoreAdditionalProjectSources >
12
+ </PropertyGroup >
13
+ <ItemGroup Condition =" ! $(OS.Contains('win')) AND '$(TargetFramework)'== 'net461'" >
14
+ <PackageReference Include =" Microsoft.TargetingPack.NETFramework.v4.6.1" Version =" 1.0.1" ExcludeAssets =" All" PrivateAssets =" All" />
15
+ </ItemGroup >
16
+
9
17
<ItemGroup >
10
18
<None Update =" xunit.runner.json" >
11
19
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
Original file line number Diff line number Diff line change 5
5
<PropertyGroup >
6
6
<TargetFrameworks >netcoreapp2.0;netcoreapp2.1;net461</TargetFrameworks >
7
7
</PropertyGroup >
8
+
9
+ <Import Project =" ..\..\targetframework.props" />
8
10
9
11
<ItemGroup >
10
12
<None Update =" xunit.runner.json" >
Original file line number Diff line number Diff line change 5
5
<PropertyGroup >
6
6
<TargetFrameworks >netcoreapp2.0;netcoreapp2.1;net461</TargetFrameworks >
7
7
</PropertyGroup >
8
+
9
+ <Import Project =" ..\..\targetframework.props" />
8
10
9
11
<ItemGroup >
10
12
<None Update =" xunit.runner.json" >
You can’t perform that action at this time.
0 commit comments