Skip to content

Commit 1eea3d2

Browse files
authored
Merge pull request #171 from Freeesia/dependabot/nuget/ConsoleAppFramework-5.4.1
Bump ConsoleAppFramework from 5.3.4 to 5.4.1
2 parents 304fc36 + d0708b5 commit 1eea3d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mastacrss/mastacrss.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
6+
<LangVersion>preview</LangVersion>
67
<ImplicitUsings>enable</ImplicitUsings>
78
<Nullable>enable</Nullable>
89
</PropertyGroup>
910

1011
<ItemGroup>
1112
<PackageReference Include="CodeHollow.FeedReader" Version="1.2.6" />
12-
<PackageReference Include="ConsoleAppFramework" Version="5.3.4">
13+
<PackageReference Include="ConsoleAppFramework" Version="5.4.1">
1314
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1415
<PrivateAssets>all</PrivateAssets>
1516
</PackageReference>

0 commit comments

Comments
 (0)