File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
test/Serilog.Sinks.Splunk.Tests Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ dotnet restore
5
5
6
6
for path in src/** /* .csproj; do
7
7
dotnet build -f netstandard1.1 -c Release ${path}
8
+ dotnet build -f netstandard1.3 -c Release ${path}
8
9
done
9
10
10
11
for path in test/* .Tests/* .csproj; do
11
- dotnet test -f netcoreapp1 .0 -c Release ${path}
12
+ dotnet test -f netcoreapp2 .0 -c Release ${path}
12
13
done
13
14
14
- dotnet build -f netcoreapp1 .0 -c Release sample/Sample/Sample.csproj
15
+ dotnet build -f netcoreapp2 .0 -c Release sample/Sample/Sample.csproj
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp1 .0</TargetFramework >
5
+ <TargetFramework >netcoreapp2 .0</TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net452;netcoreapp1 .0</TargetFrameworks >
4
+ <TargetFrameworks >net452;netcoreapp2 .0</TargetFrameworks >
5
5
<AssemblyName >Serilog.Sinks.Splunk.Tests</AssemblyName >
6
6
<PackageId >Serilog.Sinks.Splunk.Tests</PackageId >
7
7
<GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
You can’t perform that action at this time.
0 commit comments