Skip to content

Commit

Permalink
fix missing nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed May 5, 2021
1 parent 5846202 commit 052273e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Analogy.LogViewer.Template/Analogy.LogViewer.Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Template implementation to be used as base implementation</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<Version>1.9.0</Version>
<Version>1.9.1</Version>
<Nullable>enable</Nullable>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
Expand All @@ -31,8 +31,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Analogy.CommonUtilities" Version="1.4.6.2" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="2.12.5" />
<PackageReference Include="Analogy.CommonUtilities" Version="1.5.1" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="2.13.0" />
<PackageReference Include="Microsoft.Build.Tasks.Git" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 052273e

Please sign in to comment.