Ver Fonte

Bump ReactiveUI.Fody from 14.1.1 to 14.2.1 (#64)

Bumps [ReactiveUI.Fody](https://github.com/reactiveui/reactiveui) from 14.1.1 to 14.2.1.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/14.1.1...14.2.1)

---
updated-dependencies:
- dependency-name: ReactiveUI.Fody
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] há 4 anos atrás
pai
commit
443468dbe5

+ 1 - 1
NatTypeTester.Models/NatTypeTester.Models.csproj

@@ -7,7 +7,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="ReactiveUI.Fody" Version="14.1.1" />
+    <PackageReference Include="ReactiveUI.Fody" Version="14.2.1" />
     <PackageReference Include="Volo.Abp.Core" Version="4.4.0" />
   </ItemGroup>
 

+ 1 - 1
NatTypeTester.ViewModels/NatTypeTester.ViewModels.csproj

@@ -7,7 +7,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="ReactiveUI.Fody" Version="14.1.1" />
+    <PackageReference Include="ReactiveUI.Fody" Version="14.2.1" />
     <PackageReference Include="Volo.Abp.Core" Version="4.4.0" />
   </ItemGroup>
 

+ 1 - 1
STUN/STUN.csproj

@@ -8,7 +8,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="ReactiveUI.Fody" Version="14.1.1" Condition="$(DefineConstants.Contains('ReactiveUI'))" />
+    <PackageReference Include="ReactiveUI.Fody" Version="14.2.1" Condition="$(DefineConstants.Contains('ReactiveUI'))" />
   </ItemGroup>
 
 </Project>