Skip to content

Commit c40e969

Browse files
committed
Updated to CF 0.9
1 parent de479d3 commit c40e969

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/Cofoundry.Plugins.Azure/Cofoundry.Plugins.Azure.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Azure.Storage.Blobs" Version="12.7.0" />
20-
<PackageReference Include="Cofoundry.Domain" Version="0.8.0" />
19+
<PackageReference Include="Azure.Storage.Blobs" Version="12.8.0" />
20+
<PackageReference Include="Cofoundry.Domain" Version="0.8.1-ci0048" />
2121
</ItemGroup>
2222

2323
</Project>

test/Cofoundry.Plugins.Azure.Tests/Cofoundry.Plugins.Azure.Tests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21+
<None Update="appsettings.local.json">
22+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
23+
</None>
2124
<None Update="appsettings.json">
2225
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2326
</None>

0 commit comments

Comments
 (0)