Skip to content

Commit

Permalink
update projects to .NET6
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelMunoz committed Feb 14, 2022
1 parent 6495e52 commit 8a15ad0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions samples/Aggregation/Aggregation.fsproj
Expand Up @@ -2,17 +2,17 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>


<ItemGroup>
<Compile Include="Program.fs"/>
<Compile Include="Program.fs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.13.0" />
<PackageReference Include="MongoDB.Driver" Version="2.14.1" />
<ProjectReference Include="..\..\src\Mondocks.Net\Mondocks.Net.fsproj" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions samples/Commands/Commands.fsproj
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand All @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.13.0" />
<PackageReference Include="MongoDB.Driver" Version="2.14.1" />
<ProjectReference Include="..\..\src\Mondocks.Net\Mondocks.Net.fsproj" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions samples/Indexes/Indexes.fsproj
Expand Up @@ -2,15 +2,15 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.13.0" />
<PackageReference Include="MongoDB.Driver" Version="2.14.1" />
<ProjectReference Include="..\..\src\Mondocks.Net\Mondocks.Net.fsproj" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions samples/fable/Expressive.fsproj
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand All @@ -11,8 +11,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fable.Promise" Version="2.2.2" />
<PackageReference Include="Glutinum.BodyParser" Version="0.1.0-alpha-002" />
<PackageReference Include="Fable.Promise" Version="3.1.3" />
<PackageReference Include="Glutinum.BodyParser" Version="1.0.0" />
<PackageReference Include="Glutinum.Express" Version="0.1.0-alpha-002" />
<PackageReference Include="Glutinum.RangeParser" Version="1.0.1" />
<ProjectReference Include="..\..\src\Mondocks.Fable\Mondocks.Fable.fsproj" />
Expand Down

0 comments on commit 8a15ad0

Please sign in to comment.