Skip to content

Commit

Permalink
Update to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
montyclt committed May 28, 2024
1 parent 6af9c3e commit 5604908
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<em>Architectural Clarity, Without the Constraints.</em>
</p>

OpinionatedFramework is a robust, comprehensive .NET 7+ framework designed to streamline the development of the application/domain layer. With a strong focus on architectural principles and modern development practices, OpinionatedFramework assists developers in implementing scalable and maintainable software solutions.
OpinionatedFramework is a robust, comprehensive .NET 8+ framework designed to streamline the development of the application/domain layer. With a strong focus on architectural principles and modern development practices, OpinionatedFramework assists developers in implementing scalable and maintainable software solutions.

**The heart of OpinionatedFramework is our opinionated approach.** We provide a suite of tools that guide and structure the way you develop your application, making design decisions with experience and best practices in mind. This does not limit flexibility, as our core interfaces have default implementations but allow for custom ones.

Expand Down
Binary file modified package_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/MSBuild/Base.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>
<PropertyGroup Label="Build settings">
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Version>0.3.0-dev</Version>
<Nullable>enable</Nullable>
<AssemblyName>IOKode.OpinionatedFramework.$(MSBuildProjectName)</AssemblyName>
<TargetName>IOKode.OpinionatedFramework.$(MSBuildProjectName)</TargetName>
Expand Down
1 change: 0 additions & 1 deletion src/MSBuild/Packable.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<PropertyGroup Label="Package settings">
<IsPackable>true</IsPackable>
<Version>0.2.0-dev</Version>
<PackageId>IOKode.OpinionatedFramework.$(MSBuildProjectName)</PackageId>
<Copyright>Copyright (c) 2023, IOKode OÜ</Copyright>
<Authors>IOKode, Ivan Montilla</Authors>
Expand Down

0 comments on commit 5604908

Please sign in to comment.