Skip to content

Commit

Permalink
Update Reina.Cryptography.csproj to resolve Fody.Costura issues.
Browse files Browse the repository at this point in the history
- Merged FodyWeavers.xml for both targets.
- Removed the customization on .csproj for different Fody.Costura scenarios.
- Successfully tested to produce .dll for both .Net & .NET Framework.
  • Loading branch information
fkitsantas authored Nov 18, 2023
1 parent 5241e15 commit 5499905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Reina.Cryptography.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>3.0.2</VersionPrefix>
<PackageProjectUrl>https://fkitsantas.github.io/Reina.Cryptography</PackageProjectUrl>
<RepositoryUrl>https://www.github.com/fkitsantas/Reina.Cryptography</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -28,4 +28,4 @@
<Target Name="AddFrameworkSuffixToOutput" AfterTargets="Build">
<Move SourceFiles="$(OutputPath)$(AssemblyName).dll" DestinationFiles="$(OutputPath)$(AssemblyName).$(TargetFramework).dll" Condition="Exists('$(OutputPath)$(AssemblyName).dll')" />
</Target>
</Project>
</Project>

0 comments on commit 5499905

Please sign in to comment.