Skip to content

Commit

Permalink
Merge pull request #49 from Kritner/readmeUpdates
Browse files Browse the repository at this point in the history
Updates readme around .net versions supported
  • Loading branch information
Kritner authored Jan 18, 2024
2 parents 525fed3 + 41fa965 commit 8a94f18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ Built with an open source <a href="https://jb.gg/OpenSourceSupport"><img src="do

## Building

The project is built primarily with .net6 in mind, though the test project is currently targeting netcoreapp3.1, and .net5.
The project was built primarily with .net3 in mind, though the varying major version releases support .net6, .net7, and .net8; depending on the package version (should mirror the .net versions).

### Requirements

* [.net 6.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
* [.net 7.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
* [.net 8.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
* [dotnet-format](https://github.com/dotnet/format)

## Project Overview
Expand Down

0 comments on commit 8a94f18

Please sign in to comment.