File tree 3 files changed +14
-17
lines changed
src/Serilog.Settings.Configuration
Serilog.Settings.Configuration.Tests
3 files changed +14
-17
lines changed Original file line number Diff line number Diff line change 5
5
<VersionPrefix >3.1.1</VersionPrefix >
6
6
<LangVersion >latest</LangVersion >
7
7
<Authors >Serilog Contributors</Authors >
8
- <TargetFrameworks >netstandard2.0;net451;net452; net461</TargetFrameworks >
8
+ <TargetFrameworks >netstandard2.0;net451;net461</TargetFrameworks >
9
9
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
10
<GenerateDocumentationFile >true</GenerateDocumentationFile >
11
11
<AssemblyName >Serilog.Settings.Configuration</AssemblyName >
22
22
<RootNamespace >Serilog</RootNamespace >
23
23
</PropertyGroup >
24
24
25
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net451' or '$(TargetFramework)' == 'net452' or ' $(TargetFramework)' == 'net461'" >
25
+ <PropertyGroup Condition =" ( '$(TargetFramework)' == 'net451') Or (' $(TargetFramework)' == 'net461') " >
26
26
<DefineConstants >$(DefineConstants);PRIVATE_BIN</DefineConstants >
27
27
</PropertyGroup >
28
28
32
32
<None Include =" ..\..\assets\icon.png" Pack =" true" PackagePath =" " />
33
33
</ItemGroup >
34
34
35
- <ItemGroup Condition =" '$(TargetFramework)' == 'net451' or '$(TargetFramework)' == 'net452' " >
36
- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 1.1.1 " />
35
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net451'" >
36
+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 1.1.2 " />
37
37
</ItemGroup >
38
38
39
- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'net461'" >
39
+ <ItemGroup Condition =" ( '$(TargetFramework)' == 'netstandard2.0') Or ( '$(TargetFramework)' == 'net461') " >
40
40
<PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.0.0" />
41
41
</ItemGroup >
42
42
</Project >
Original file line number Diff line number Diff line change 12
12
-->
13
13
14
14
<PropertyGroup >
15
+ <TargetFrameworks >net452;netcoreapp2.0</TargetFrameworks >
15
16
<LangVersion >latest</LangVersion >
16
- <TargetFrameworks >netcoreapp3.0;netcoreapp2.2;netcoreapp2.0;net452;net451</TargetFrameworks >
17
17
<AssemblyName >Serilog.Settings.Configuration.Tests</AssemblyName >
18
18
<AssemblyOriginatorKeyFile >../../assets/Serilog.snk</AssemblyOriginatorKeyFile >
19
19
<SignAssembly >true</SignAssembly >
20
20
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
21
21
</PropertyGroup >
22
22
23
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net451' or '$(TargetFramework)' == ' net452'" >
23
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net452'" >
24
24
<DefineConstants >$(DefineConstants);PRIVATE_BIN</DefineConstants >
25
25
</PropertyGroup >
26
26
29
29
<ProjectReference Include =" ..\TestDummies\TestDummies.csproj" />
30
30
</ItemGroup >
31
31
32
- <ItemGroup Condition =" '$(TargetFramework)' == 'net451' or '$(TargetFramework)' == ' net452'" >
32
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net452'" >
33
33
<PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 1.1.1" />
34
-
34
+ < PackageReference Include = " Microsoft.Extensions.Configuration.Abstractions " Version = " 1.1.2 " />
35
35
</ItemGroup >
36
36
37
- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0' or '$(TargetFramework)' == 'netcoreapp2.2' " >
37
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0'" >
38
38
<PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 2.0.1" />
39
- </ItemGroup >
40
-
41
- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.0'" >
42
- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 3.0.0" />
39
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 2.0.1" />
43
40
</ItemGroup >
44
41
45
42
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<LangVersion >latest</LangVersion >
5
- <TargetFrameworks >net451; net452;netstandard2.0</TargetFrameworks >
5
+ <TargetFrameworks >net452;netstandard2.0</TargetFrameworks >
6
6
<AssemblyName >TestDummies</AssemblyName >
7
7
<AssemblyOriginatorKeyFile >../../assets/Serilog.snk</AssemblyOriginatorKeyFile >
8
8
<SignAssembly >true</SignAssembly >
21
21
<PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 2.0.1" />
22
22
</ItemGroup >
23
23
24
- <ItemGroup Condition =" '$(TargetFramework)' == 'net451' or ' $(TargetFramework)' == 'net452'" >
24
+ <ItemGroup Condition =" ' $(TargetFramework)' == 'net452' " >
25
25
<Reference Include =" System" />
26
26
<Reference Include =" Microsoft.CSharp" />
27
- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 1.1.1 " />
27
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 1.1.2 " />
28
28
</ItemGroup >
29
29
30
30
</Project >
You can’t perform that action at this time.
0 commit comments