File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net6 .0</TargetFramework >
5+ <TargetFramework >net9 .0</TargetFramework >
66 <ImplicitUsings >disable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <RootNamespace >AssetRipper.Tpk.ConsoleApp</RootNamespace >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <ImplicitUsings >disable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <RootNamespace >AssetRipper.Tpk.Tests</RootNamespace >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <ImplicitUsings >disable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <RootNamespace >AssetRipper.Tpk.TypeTrees.Json.Tests</RootNamespace >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <LangVersion >latest</LangVersion >
66 <ImplicitUsings >disable</ImplicitUsings >
77 <Nullable >enable</Nullable >
1212 <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
1313 <Authors >ds5678</Authors >
1414 <Company >AssetRipper</Company >
15- <Version >1.0.1 </Version >
15+ <Version >1.1.0 </Version >
1616 <AssemblyVersion >$(Version)</AssemblyVersion >
1717 <PackageId >AssetRipper.Tpk.TypeTrees.Json</PackageId >
1818 <PackageTags >C#</PackageTags >
1919 <RepositoryUrl >https://github.com/AssetRipper/Tpk</RepositoryUrl >
2020 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2121 <RepositoryType >git</RepositoryType >
2222 <PackageProjectUrl >$(RepositoryUrl)</PackageProjectUrl >
23- <Copyright >Copyright (c) 2024 ds5678</Copyright >
23+ <Copyright >Copyright (c) 2025 ds5678</Copyright >
2424 <Description >Library for type tree serialization.</Description >
2525 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2626
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <LangVersion >latest</LangVersion >
66 <ImplicitUsings >disable</ImplicitUsings >
77 <Nullable >enable</Nullable >
1212 <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
1313 <Authors >ds5678</Authors >
1414 <Company >AssetRipper</Company >
15- <Version >1.0.1 </Version >
15+ <Version >1.1.0 </Version >
1616 <AssemblyVersion >$(Version)</AssemblyVersion >
1717 <PackageId >AssetRipper.Tpk</PackageId >
1818 <PackageTags >C#</PackageTags >
1919 <RepositoryUrl >https://github.com/AssetRipper/Tpk</RepositoryUrl >
2020 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2121 <RepositoryType >git</RepositoryType >
2222 <PackageProjectUrl >$(RepositoryUrl)</PackageProjectUrl >
23- <Copyright >Copyright (c) 2024 ds5678</Copyright >
23+ <Copyright >Copyright (c) 2025 ds5678</Copyright >
2424 <Description >Library for storing asset information.</Description >
2525 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2626
You can’t perform that action at this time.
0 commit comments