File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ dotnet nuget push artifacts/Es.Logging.%ver%.nupkg %sourceUrl%
55dotnet nuget push artifacts/Es.Logging.Console.%ver% .nupkg %sourceUrl%
66dotnet nuget push artifacts/Es.Logging.NLog.%ver% .nupkg %sourceUrl%
77dotnet nuget push artifacts/Es.Logging.Log4.%ver% .nupkg %sourceUrl%
8- dotnet nuget push artifacts/Es.Microsoft.Log .%ver% .nupkg %sourceUrl%
8+ dotnet nuget push artifacts/Es.Microsoft.Logging .%ver% .nupkg %sourceUrl%
Original file line number Diff line number Diff line change 77 <TargetFrameworks >netstandard1.3;</TargetFrameworks >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
99 <DebugType >portable</DebugType >
10- <PackageId >Es.Microsoft.Log </PackageId >
10+ <PackageId >Es.Microsoft.Logging </PackageId >
1111 </PropertyGroup >
1212
1313 <ItemGroup >
You can’t perform that action at this time.
0 commit comments