Skip to content

Commit

Permalink
Fw updated to 20.0.20 (#16)
Browse files Browse the repository at this point in the history
* Fw updated to 20.0.20

* jdk updated

---------

Co-authored-by: Andrey Komashko <akomashko@luxoft.com>
  • Loading branch information
komazzz and Andrey Komashko committed Feb 1, 2024
1 parent 9a03e9e commit 1e3f4ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
with:
dotnet-version: 8.0.x

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 1.11
java-version: 1.17

- name: Cache SonarCloud packages
uses: actions/cache@v1
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<FrameworkVersion>20.0.15</FrameworkVersion>
<FrameworkVersion>20.0.20</FrameworkVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="CommandLineParser" Version="2.9.1" />
Expand Down Expand Up @@ -51,7 +51,7 @@
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="Microsoft.SqlServer.SqlManagementObjects" Version="170.18.0" />
<PackageVersion Include="Microsoft.SqlServer.SqlManagementObjects" Version="170.23.0" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageVersion Include="MSTest.TestFramework" Version="3.1.1" />
<PackageVersion Include="nuSpec.NHibernate" Version="1.3.0" />
Expand Down
8 changes: 4 additions & 4 deletions src/__SolutionItems/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

[assembly: AssemblyProduct("BSS Framework")]
[assembly: AssemblyCompany("Luxoft")]
[assembly: AssemblyCopyright("Copyright © Luxoft 2009-2023")]
[assembly: AssemblyCopyright("Copyright © Luxoft 2009-2024")]

[assembly: AssemblyVersion("20.0.15.0")]
[assembly: AssemblyFileVersion("20.0.15.0")]
[assembly: AssemblyInformationalVersion("20.0.15.0")]
[assembly: AssemblyVersion("20.0.20.0")]
[assembly: AssemblyFileVersion("20.0.20.0")]
[assembly: AssemblyInformationalVersion("20.0.20.0")]

#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
Expand Down

0 comments on commit 1e3f4ed

Please sign in to comment.