Skip to content

Commit

Permalink
Fix review notices
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Kozulin committed May 20, 2021
1 parent ab1f419 commit 5043a9c
Show file tree
Hide file tree
Showing 17 changed files with 235 additions and 560 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.194" PrivateAssets="All" />
</ItemGroup>

</Project>
225 changes: 0 additions & 225 deletions EdiApi.Client/Annotations.cs

This file was deleted.

5 changes: 1 addition & 4 deletions EdiApi.Client/EdiApi.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<AssemblyName>SkbKontur.EdiApi.Client</AssemblyName>
<RootNamespace>$(AssemblyName)</RootNamespace>
</PropertyGroup>
Expand All @@ -14,8 +15,4 @@
<PackageReference Include="Vostok.ClusterClient.Transport" Version="0.1.17" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Nerdbank.GitVersioning" Version="3.4.194" />
</ItemGroup>

</Project>
Loading

0 comments on commit 5043a9c

Please sign in to comment.