Skip to content

Commit

Permalink
Fix packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkz-soft committed Oct 16, 2024
1 parent 0db4ba3 commit aa997fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2,955 deletions.
8 changes: 8 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,13 @@
<PackageVersion Include="NKZSoft.Service.Configuration.Swagger" Version="1.0.3" />
<PackageVersion Include="NKZSoft.Service.Configuration.Grpc" Version="1.2.1" />
<PackageVersion Include="EasyCaching.Serialization.Json" Version="1.9.2" />
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.163" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.5" />
<PackageVersion Include="Roslynator.CodeAnalysis.Analyzers" Version="4.12.5" />
<PackageVersion Include="Roslynator.Formatting.Analyzers" Version="4.12.5"/>
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.11.20" />
<PackageVersion Include="AsyncAwaitBestPractices" Version="8.0.0" />
<PackageVersion Include="SerilogAnalyzer" Version="0.15.0" />
<PackageVersion Include="CSharpGuidelinesAnalyzer" Version="3.8.5" />
</ItemGroup>
</Project>
6 changes: 0 additions & 6 deletions src/NKZSoft.Template.Events/NKZSoft.Template.Events.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.0</Version>
<Product>NKZSoft.Template.Events</Product>
<Description>Provides the Event/Request classes for processing data from MassTransit for Template service</Description>
</PropertyGroup>

</Project>
Loading

0 comments on commit aa997fe

Please sign in to comment.