Skip to content

Commit

Permalink
Upgraded to dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
BrammyS committed Nov 15, 2023
1 parent 970cd29 commit d121a06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ It is super simple to setup! There are only a couple lines needed. Head down to

### Built With

* [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0)
* [.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0)
* [Serilog](https://github.com/serilog/serilog)
* [Mongodb](https://github.com/mongodb/mongo)

Expand All @@ -78,7 +78,7 @@ To get a local copy up and running follow these simple steps.

### Prerequisites

* [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0)
* [.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0)

### Installation

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
<LangVersion>11.0</LangVersion>
<TargetFrameworks>net8.0;netstandard2.1</TargetFrameworks>
<LangVersion>12.0</LangVersion>
<RootNamespace>Serilog.Sinks.Mongodb.TimeSeries</RootNamespace>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit d121a06

Please sign in to comment.