* Updated license-updater to update csproj files * License updates
9 lines
319 B
XML
9 lines
319 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Description>Crashlog implementation</Description>
|
|
<RootNamespace>Duplicati.Library.Crashlog</RootNamespace>
|
|
<Copyright>Copyright © 2025 Team Duplicati, MIT license</Copyright>
|
|
</PropertyGroup>
|
|
</Project>
|