Skip to content

Commit

Permalink
Update GbxToolAPI.CLI to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 authored Aug 6, 2023
1 parent 509cea0 commit 23d7499
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions EnvimixForTmuf/EnvimixForTmuf.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.1</Version>
</PropertyGroup>

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
6 changes: 5 additions & 1 deletion EnvimixForTmufCLI/EnvimixForTmufCLI.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.1</Version>
</PropertyGroup>

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
Expand All @@ -15,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GbxToolAPI.CLI" Version="1.0.8" />
<PackageReference Include="GbxToolAPI.CLI" Version="1.0.9" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 23d7499

Please sign in to comment.