Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit 9b8ca86

Browse files
author
Vadim Hatsura
committed
specify sdk version for building solution
With higher sdk version nuget packages cannot be created locally with the following error: 'error MSB4044: The "GetPackOutputItemsTask" task was not given a value for the required parameter "PackageVersion".'
1 parent 312d60a commit 9b8ca86

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"sdk": {
3+
"version": "2.1.4"
4+
}
5+
}

serilog-sinks-elasticsearch.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{148431F6
1313
LICENSE = LICENSE
1414
nuget.config = nuget.config
1515
README.md = README.md
16+
global.json = global.json
1617
EndProjectSection
1718
EndProject
1819
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serilog.Sinks.Elasticsearch", "src\Serilog.Sinks.Elasticsearch\Serilog.Sinks.Elasticsearch.csproj", "{EEB0D119-687E-444E-BF14-9BDAEC9BA3EF}"

0 commit comments

Comments
 (0)