File tree Expand file tree Collapse file tree 2 files changed +11
-14
lines changed
test/LaunchDarkly.Logging.Tests Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 1+ version : 2
12
23publications :
34 - url : https://nuget.org/packages/LaunchDarkly.Logging
45 description : NuGet
56
6- circleci :
7- windows :
8- context : org-global
9-
10- template :
11- name : dotnet-windows
12- env :
13- LD_RELEASE_TEST_TARGET_FRAMEWORK : net46
14- LD_RELEASE_DOCS_TARGET_FRAMEWORK : netcoreapp2.1 # so the docs will include Logs.CoreLogging
15- skip :
16- - test
7+ jobs :
8+ - docker : {}
9+ template :
10+ name : dotnet-linux
11+ env :
12+ LD_RELEASE_TEST_TARGET_FRAMEWORK : net50
13+ LD_RELEASE_DOCS_TARGET_FRAMEWORK : netcoreapp2.1 # so the docs will include Logs.CoreLogging
1714
1815documentation :
1916 title : LaunchDarkly Logging API for .NET
20- githubPages : true
17+ gitHubPages : true
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TestFramework Condition =" '$(TESTFRAMEWORK)' == ''" >netcoreapp2.1</TestFramework >
4- <TargetFramework >$(TESTFRAMEWORK)</TargetFramework >
3+ <TestFramework Condition =" '$(TESTFRAMEWORK)' == ''" >netcoreapp2.1;net5.0 </TestFramework >
4+ <TargetFrameworks >$(TESTFRAMEWORK)</TargetFrameworks >
55 <AssemblyName >LaunchDarkly.Logging.Tests</AssemblyName >
66 </PropertyGroup >
77
You can’t perform that action at this time.
0 commit comments