Skip to content

Commit

Permalink
Merge pull request #4 from bigbang1112-cz/dev
Browse files Browse the repository at this point in the history
Update GBX.NET to 1.2.9
  • Loading branch information
BigBang1112 authored Nov 7, 2024
2 parents 61cf3f7 + e51343d commit ca18a5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions EnvimixForTM2020/EnvimixForTM2020.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GBX.NET" Version="1.2.9" />
<PackageReference Include="GbxToolAPI" Version="1.0.9" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion EnvimixForTM2020CLI/EnvimixForTM2020CLI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit ca18a5e

Please sign in to comment.