Skip to content

Commit

Permalink
Upgrade DotNetEnv to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Aug 21, 2024
1 parent f451366 commit 071b03b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/RepoM.ActionMenu.Core/RepoM.ActionMenu.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNetEnv" Version="3.1.0" />
<PackageReference Include="DotNetEnv" Version="3.1.1" />
<PackageReference Include="Scriban" Version="5.10.0" />
<PackageReference Include="SimpleInjector" Version="5.4.6" />
<PackageReference Include="System.IO.Abstractions" Version="21.0.29" />
Expand Down
2 changes: 1 addition & 1 deletion src/RepoM.Api/RepoM.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNetEnv" Version="3.1.0" />
<PackageReference Include="DotNetEnv" Version="3.1.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down
2 changes: 1 addition & 1 deletion src/RepoM.App/RepoM.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<PackageReference Include="System.IO.Abstractions" Version="21.0.29" />
<PackageReference Include="Hardcodet.NotifyIcon.Wpf" Version="1.1.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<PackageReference Include="DotNetEnv" Version="3.1.0" />
<PackageReference Include="DotNetEnv" Version="3.1.1" />
<PackageReference Include="FluentWPF" Version="0.10.2" />
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
<PackageReference Include="MaterialDesignThemes.MahApps" Version="0.3.0" />
Expand Down

0 comments on commit 071b03b

Please sign in to comment.