-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
105 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Aaru.CommonTypes
updated
2 files
+3 −3 | Aaru.CommonTypes.csproj | |
+3 −2 | Metadata/Statistics.cs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ | |
<Product>Aaru Data Preservation Suite</Product> | ||
<Title>Aaru Data Preservation Suite</Title> | ||
<ApplicationVersion>$(Version)</ApplicationVersion> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<NoWarn>CS0649,CS0169</NoWarn> | ||
<LangVersion>11</LangVersion> | ||
<LangVersion>12</LangVersion> | ||
<Authors>Natalia Portillo <[email protected]></Authors> | ||
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports> | ||
<EnableTrimAnalyzer>true</EnableTrimAnalyzer> | ||
|
@@ -35,7 +35,7 @@ | |
<PackageReference Include="Claunia.Encoding" Version="1.9.2"/> | ||
<PackageReference Include="MessageBox.Avalonia" Version="2.1.0"/> | ||
<PackageReference Include="OxyPlot.Avalonia-alpha-2020-04-15" Version="1.0.0"/> | ||
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0"/> | ||
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0-rc.1.23419.4" /> | ||
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.4.3"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.