Skip to content

Commit d920ae6

Browse files
authored
Merge pull request #244 from ciacco85/feature/dependancy-constraint
Update Serilog and ApplicationInsights dependencies
2 parents 72d5001 + 7fbe1d7 commit d920ae6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Serilog.Sinks.ApplicationInsights/Serilog.Sinks.ApplicationInsights.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Serilog" Version="4.3.0" />
27-
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.23.0" />
26+
<PackageReference Include="Serilog" Version="4.3.1" />
27+
<PackageReference Include="Microsoft.ApplicationInsights" Version="[2.23.0,3.0.0)" />
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath=""/>
31+
<None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath="" />
3232
<None Include="..\..\README.md" Pack="true" Visible="false" PackagePath="/" />
3333
</ItemGroup>
3434

0 commit comments

Comments
 (0)