Skip to content

Commit 52aea5a

Browse files
authored
deprecate aries and indy (#427)
Signed-off-by: Kevin <kevin.dinh@lissi.id>
1 parent 4c389e6 commit 52aea5a

File tree

574 files changed

+2860
-4579
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

574 files changed

+2860
-4579
lines changed

Directory.Build.props

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
2222
</PropertyGroup>
2323
<PropertyGroup>
24-
<TargetFramework>netstandard2.1</TargetFramework>
24+
<TargetFramework>net8.0</TargetFramework>
2525
</PropertyGroup>
2626
<!--Versions of packages used across the repository-->
2727
<PropertyGroup Label="Package Versions">
@@ -41,8 +41,6 @@
4141
<FluentValidationAspNetCoreVersion>9.2.0</FluentValidationAspNetCoreVersion>
4242
<FluentValidationVersion>9.2.0</FluentValidationVersion>
4343
<FlurlVersion>2.8.2</FlurlVersion>
44-
<WalletFrameworkIndySdkVersion>2.0.1</WalletFrameworkIndySdkVersion>
45-
<HyperledgerIndyVdrVersion>0.4.2-alpha</HyperledgerIndyVdrVersion>
4644
<MediatrExtensionsMicrosoftDependencyInjectionVersion>8.0.1</MediatrExtensionsMicrosoftDependencyInjectionVersion>
4745
<MediatrVersion>8.0.2</MediatrVersion>
4846
<MicroElementsSwashbuckleFluentValidationVersion>4.0.0</MicroElementsSwashbuckleFluentValidationVersion>

Directory.Build.targets

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<Project>
2+
<Target Name="WarnOnLegacyReferences" BeforeTargets="Build">
3+
<ItemGroup>
4+
<_LegacyRefs Include="@(ProjectReference)"
5+
Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('%(ProjectReference.Identity)', '(?i)[/\\\\]legacy[/\\\\]'))" />
6+
</ItemGroup>
7+
<Warning Condition="'@(_LegacyRefs)' != ''"
8+
Text="Project '$(MSBuildProjectName)' references legacy projects: @(_LegacyRefs). These are deprecated." />
9+
</Target>
10+
</Project>
11+

MAINTAINERS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
| Christopher Hempel | [@CHempel-esatus](https://github.com/CHempel-esatus) | CHempel_esatus#6640 |
88
| Kevin Dinh | [@Dindexx](https://github.com/Dindexx) | |
99
| Johannes Türk | [@JoTiTu](https://github.com/JoTiTu) | |
10-
| Ken Kosmowski | [@kenkosmowski](https://github.com/kenkosmowski) | |

docker-compose.test.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

docker-compose.yaml

Lines changed: 0 additions & 56 deletions
This file was deleted.

docker/commands.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

docker/docker_pool_genesis.txn

Lines changed: 0 additions & 4 deletions
This file was deleted.

docker/indy-pool.dockerfile

Lines changed: 0 additions & 128 deletions
This file was deleted.

docker/test-agent.dockerfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

docker/web-agent.dockerfile

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)