Skip to content

Commit

Permalink
Migrate to .NET 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-tr committed Dec 15, 2023
1 parent 72b5704 commit 0100a0c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="https://uploads-ssl.webflow.com/5ea5d3315186cf5ec60c3ee4/5edf1c94ce4c859f2b188094_logo.svg" alt="Pip.Services Logo" width="200"> <br/> Component Definitions for .NET Changelog

## <a name="3.6.0"></a> 3.6.0 (2023-12-15)
## <a name="3.6.1"></a> 3.6.1 (2023-12-15)

### Breaking Changes
* Migrate to .NET 8.0
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pip-services3-components-dotnet",
"type": "module",
"language": "dotnet",
"version": "3.6.0",
"version": "3.6.1",
"build": 0,
"registry": "pipservices",
"artifacts": [
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN dotnet restore test/test.csproj
COPY . .

# Publish
RUN dotnet publish src/src.csproj -o /obj -f net6.0
RUN dotnet publish src/src.csproj -o /obj -f net8.0
4 changes: 2 additions & 2 deletions src/src.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>PipServices3.Components</RootNamespace>
<ApplicationIcon />
<Win32Resource />
<Version>3.6.0</Version>
<Version>3.6.1</Version>
<Authors>Sergey Seroukhov, Volodymyr Tkachenko, Alex Mazur, Andrew Harrington, Alexey Dvoykin, Danyil Tretiakov</Authors>
<Copyright>Conceptual Vision Consulting LLC. 2017-2024</Copyright>
<Description>Component definitions for Pip.Services in .NET</Description>
Expand All @@ -27,6 +27,6 @@
<ItemGroup>
<PackageReference Include="Handlebars.Net" Version="2.1.4" />
<PackageReference Include="YamlDotNet" Version="13.7.1" />
<PackageReference Include="PipServices3.Commons" Version="3.5.0" />
<PackageReference Include="PipServices3.Commons" Version="3.5.1" />
</ItemGroup>
</Project>

0 comments on commit 0100a0c

Please sign in to comment.