Skip to content

Commit

Permalink
Merge pull request #42 from bobbahbrown/v1.3.10.1
Browse files Browse the repository at this point in the history
Version 1.3.10.1 - Bot Build Hotfix
  • Loading branch information
bobbah authored Aug 20, 2021
2 parents 7e5bdb0 + a56efc1 commit 57c6d53
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CentCom.API/CentCom.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>1.3.10</Version>
<Version>1.3.10.1</Version>
<UserSecretsId>1f5f48fa-862f-4472-ba34-2c5a26035e88</UserSecretsId>
</PropertyGroup>

Expand Down
9 changes: 2 additions & 7 deletions CentCom.Bot/CentCom.Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>1.3.10</Version>
<Version>1.3.10.1</Version>
<TargetFramework>net5.0</TargetFramework>
<UserSecretsId>c8af1449-8cdf-4707-a66d-51e896551bfb</UserSecretsId>
</PropertyGroup>
Expand All @@ -13,6 +13,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="5.0.0" />
<PackageReference Include="Quartz" Version="3.3.3" />
<PackageReference Include="Quartz.Extensions.DependencyInjection" Version="3.3.3" />
Expand All @@ -36,10 +37,4 @@
<ProjectReference Include="..\CentCom.Common\CentCom.Common.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Microsoft.Extensions.Hosting, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
<HintPath>..\..\..\..\..\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.7\Microsoft.Extensions.Hosting.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
1 change: 0 additions & 1 deletion CentCom.Bot/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using CentCom.Common.Data;
using Quartz;
using Serilog;
using Serilog.Filters;

namespace CentCom.Bot
{
Expand Down
2 changes: 1 addition & 1 deletion CentCom.Common/CentCom.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>1.3.10</Version>
<Version>1.3.10.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CentCom.Server/CentCom.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Version>1.3.10</Version>
<Version>1.3.10.1</Version>
<UserSecretsId>94572412-7eb8-4652-aff2-8afc154cf139</UserSecretsId>
</PropertyGroup>

Expand Down

0 comments on commit 57c6d53

Please sign in to comment.