Skip to content

Commit

Permalink
reverse changes that unrelated to msgpack ext types
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Grigorenko committed Jan 15, 2024
1 parent cfc54d8 commit 1c2016b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 0 additions & 7 deletions progaudi.tarantool.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "progaudi.tarantool.tests", "tests\progaudi.tarantool.tests\progaudi.tarantool.tests.csproj", "{4C681801-9A6B-4CE9-8EAA-23F80917F046}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14BAEDF1-BEFC-4FB2-AAC9-08D397191216}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
docker-compose.yml = docker-compose.yml
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "progaudi.tarantool.benchmark", "src\progaudi.tarantool.benchmark\progaudi.tarantool.benchmark.csproj", "{CD96AC2D-505F-4FDF-82FB-76F51CC28FF4}"
EndProject
Expand Down
4 changes: 4 additions & 0 deletions src/progaudi.tarantool/progaudi.tarantool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
</Compile>
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.4' ">
<DefineConstants>$(DefineConstants);PROGAUDI_NETCORE</DefineConstants>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE" Pack="true" PackagePath="\"/>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
Expand Down

0 comments on commit 1c2016b

Please sign in to comment.