Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
BrammyS committed Nov 15, 2023
2 parents 125ddb2 + d121a06 commit a54ee40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 All @@ -10,9 +10,9 @@
<PackageReference Include="FluentAssertions" Version="6.12.0"/>
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3"/>
<PackageReference Include="Moq" Version="4.20.69"/>
<PackageReference Include="nunit" Version="3.13.3"/>
<PackageReference Include="nunit" Version="3.14.0"/>
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a54ee40

Please sign in to comment.