Skip to content

Commit

Permalink
SAVEPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Doomen committed Oct 29, 2023
1 parent b464027 commit 93a1feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<PropertyGroup Label="Package info">
<Authors>Dennis Doomen;Jonas Nyrup</Authors>
<Authors>Dennis Doomen;Jonathan Gilbert</Authors>
<PackageDescription>
Extensions to Fluent Assertions for dealing with DataSets and DataTables.
</PackageDescription>
Expand Down Expand Up @@ -59,7 +59,7 @@
<PackagePath>contentFiles\any\any\</PackagePath>
</None>
</ItemGroup>

<!-- Target framework dependent configuration -->
<Choose>
<When Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down
1 change: 0 additions & 1 deletion nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<configuration>
<packageSources>
<clear />
<add key="local" value="C:\Workspaces\fluentassertions\Artifacts" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 93a1feb

Please sign in to comment.