Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelMunoz committed Feb 14, 2022
1 parent 5ca1401 commit 5aa25af
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
8 changes: 6 additions & 2 deletions Directory.build.props
Expand Up @@ -14,9 +14,13 @@
<RepositoryUrl>https://github.com/AngelMunoz/Mondocks</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.228" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.255">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)\LICENSE" Pack="true" PackagePath="LICENSE" />
<None Include="$(MSBuildThisFileDirectory)\LICENSE" Pack="true" PackagePath="" />
<None Include="$(MSBuildThisFileDirectory)\README.md" Pack="true" PackagePath="" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions src/Mondocks.Fable/Mondocks.Fable.fsproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net5.0;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net5.0;net6.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
Expand All @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fable.Core" Version="3.2.8" />
<PackageReference Include="Fable.Core" Version="3.6.1" />
<ProjectReference Include="..\Mondocks\Mondocks.fsproj" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions src/Mondocks.Net/Mondocks.Net.fsproj
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5.0;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net5.0;net6.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
Expand All @@ -14,8 +14,8 @@
<Compile Include="Query.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FSharp.SystemTextJson" Version="0.15.14" />
<PackageReference Include="MongoDB.Bson" Version="2.13.0" />
<PackageReference Include="MongoDB.Bson" Version="2.14.1" />
<PackageReference Include="System.Text.Json" Version="6.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Mondocks\Mondocks.fsproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Mondocks/Mondocks.fsproj
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<!-- Build settings -->
<TargetFrameworks>net5.0;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net5.0;net6.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
Expand Down

0 comments on commit 5aa25af

Please sign in to comment.