Skip to content

Commit

Permalink
update framework and use .net 7
Browse files Browse the repository at this point in the history
  • Loading branch information
biegomar committed Jan 15, 2023
1 parent 076e926 commit e6888fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Fenrir13/Fenrir13.csproj
Expand Up @@ -2,16 +2,16 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Heretic.InteractiveFiction" Version="0.10.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="PowerArgs" Version="3.6.0" />
<PackageReference Include="Heretic.InteractiveFiction" Version="0.10.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
<PackageReference Include="PowerArgs" Version="4.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Fenrir13/Resources/MetaData.resx
Expand Up @@ -28,7 +28,7 @@
<value>Fenrir 13 - An Interactive Fiction</value>
</data>
<data name="VERSION" xml:space="preserve">
<value>v1.1</value>
<value>v1.2</value>
</data>
<data name="ASCII_TITLE" xml:space="preserve">
<value> ________ _______ ________ ________ ___ ________ _____ ________
Expand Down

0 comments on commit e6888fa

Please sign in to comment.