Skip to content

Commit

Permalink
Updated Readme and xunit
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Mar 27, 2024
1 parent c4a1910 commit d146638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Discord](https://img.shields.io/discord/715744504891703319)](https://discord.gg/6HxgFCx)

Pluggable foundation blocks for building loosely coupled distributed apps.

- [Caching](#caching)
- [Queues](#queues)
- [Locks](#locks)
Expand Down Expand Up @@ -50,6 +51,7 @@ To summarize, if you want pain free development and testing while allowing your
2. Open the `Foundatio.sln` Visual Studio solution file.

## Using Foundatio

The sections below contain a small subset of what's possible with Foundatio. We recommend taking a peek at the source code for more information. Please let us know if you have any questions or need assistance!

### [Caching](https://github.com/FoundatioFx/Foundatio/tree/master/src/Foundatio/Caching)
Expand Down Expand Up @@ -321,6 +323,7 @@ metrics.Timer("t1", 50788);
```

## Sample Application

We have both [slides](https://docs.google.com/presentation/d/1ax4YmfCdao75aEakjdMvapHs4QxvTZOimd3cHTZ9JG0/edit?usp=sharing) and a [sample application](https://github.com/FoundatioFx/Foundatio.Samples) that shows off how to use Foundatio.
## Thanks to all the people who have contributed
Expand Down
2 changes: 1 addition & 1 deletion src/Foundatio.TestHarness/Foundatio.TestHarness.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Exceptionless.RandomData" Version="1.2.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0" />
<PackageReference Include="xunit" Version="2.6.5" />
<PackageReference Include="xunit" Version="2.7.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Foundatio.Xunit\Foundatio.Xunit.csproj" />
Expand Down

0 comments on commit d146638

Please sign in to comment.