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
55
66for path in src/** /* .csproj; do
77 dotnet build -f netstandard1.1 -c Release ${path}
8+ dotnet build -f netstandard1.3 -c Release ${path}
89done
910
1011for path in test/* .Tests/* .csproj; do
11- dotnet test -f netcoreapp1 .0 -c Release ${path}
12+ dotnet test -f netcoreapp2 .0 -c Release ${path}
1213done
1314
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 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp1 .0</TargetFramework >
5+ <TargetFramework >netcoreapp2 .0</TargetFramework >
66 </PropertyGroup >
77
88 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net452;netcoreapp1 .0</TargetFrameworks >
4+ <TargetFrameworks >net452;netcoreapp2 .0</TargetFrameworks >
55 <AssemblyName >Serilog.Sinks.Splunk.Tests</AssemblyName >
66 <PackageId >Serilog.Sinks.Splunk.Tests</PackageId >
77 <GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
You can’t perform that action at this time.
0 commit comments