Skip to content

Commit

Permalink
No release notes for this build
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnyder-intrinio committed Aug 2, 2024
1 parent 3d59513 commit c33fa02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Intrinio.SDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
<!-- A readme.txt will be displayed when the package is installed -->
<file src="README.md" target="" />
<file src="docs/*.md" target="docs" />
<file src="src/Intrinio.SDK/bin/Release/net6.0/Intrinio.SDK.dll" target="lib/net6.0" />
<file src="src/Intrinio.SDK/bin/Release/net6.0/Intrinio.SDK.pdb" target="lib/net6.0" />
<file src="src/Intrinio.SDK/bin/Release/net6.0/Intrinio.SDK.deps.json" target="lib/net6.0" />
<file src="src/Intrinio.SDK.Test/bin/Release/net6.0/Intrinio.SDK.Test.dll" target="lib/net6.0" />
<file src="src/Intrinio.SDK.Test/bin/Release/net6.0/Intrinio.SDK.Test.pdb" target="lib/net6.0" />
<file src="src/Intrinio.SDK.Test/bin/Release/net6.0/Intrinio.SDK.Test.deps.json" target="lib/net6.0" />
<file src="src/Intrinio.SDK/bin/Release/net8.0/Intrinio.SDK.dll" target="lib/net8.0" />
<file src="src/Intrinio.SDK/bin/Release/net8.0/Intrinio.SDK.pdb" target="lib/net8.0" />
<file src="src/Intrinio.SDK/bin/Release/net8.0/Intrinio.SDK.deps.json" target="lib/net8.0" />
<file src="src/Intrinio.SDK.Test/bin/Release/net8.0/Intrinio.SDK.Test.dll" target="lib/net8.0" />
<file src="src/Intrinio.SDK.Test/bin/Release/net8.0/Intrinio.SDK.Test.pdb" target="lib/net8.0" />
<file src="src/Intrinio.SDK.Test/bin/Release/net8.0/Intrinio.SDK.Test.deps.json" target="lib/net8.0" />

</files>
</package>
2 changes: 1 addition & 1 deletion src/Intrinio.SDK.Test/Intrinio.SDK.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-->

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
Expand Down
2 changes: 1 addition & 1 deletion src/Intrinio.SDK/Intrinio.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-->

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
Expand Down

0 comments on commit c33fa02

Please sign in to comment.