Skip to content

Commit

Permalink
Update of references (#40)
Browse files Browse the repository at this point in the history
* replaced gitversiontask with GitVersion.MSBuild
* updated JetBrains.Annotations
  • Loading branch information
fw2568 authored Apr 27, 2021
1 parent 75883e6 commit d433e4d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,5 @@ nwrfcsdk/x64/lib
nwrfcsdk/x86/demo
nwrfcsdk/x86/doc
nwrfcsdk/x86/include
nwrfcsdk/x86/lib
nwrfcsdk/x86/lib
gitversion.json
2 changes: 1 addition & 1 deletion src/YaNco.Abstractions/YaNco.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This package contains abstraction definitions.

<ItemGroup>
<PackageReference Include="Dbosoft.Functional" Version="2.0.1" />
<PackageReference Include="GitVersionTask" Version="5.3.7">
<PackageReference Include="GitVersion.MsBuild" Version="5.6.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/YaNco.Core/YaNco.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This package contains the core implementation.</Description>

<ItemGroup>
<PackageReference Include="Dbosoft.Functional" Version="2.0.1" />
<PackageReference Include="GitVersionTask" Version="5.3.7">
<PackageReference Include="GitVersion.MsBuild" Version="5.6.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/YaNco.Primitives/YaNco.Primitives.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ This package contains primitive type definitions.</Description>


<ItemGroup>
<PackageReference Include="GitVersionTask" Version="5.3.7">
<PackageReference Include="GitVersion.MsBuild" Version="5.6.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="JetBrains.Annotations" Version="2018.2.1" />
<PackageReference Include="JetBrains.Annotations" Version="2021.1.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/YaNco/YaNco.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This library provides an alternative SAP .NET Connector based on the SAP NetWeav
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitVersionTask" Version="5.3.7">
<PackageReference Include="GitVersion.MsBuild" Version="5.6.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit d433e4d

Please sign in to comment.