mirror of
https://github.com/projectpokemon/Gen3EventLegality.git
synced 2026-03-22 02:14:21 -05:00
Compare commits
No commits in common. "master" and "v2" have entirely different histories.
|
|
@ -2,14 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<PublishAot>true</PublishAot>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<TrimMode>full</TrimMode>
|
||||
<OptimizationPreference>Speed</OptimizationPreference>
|
||||
<Version>3.0.0</Version>
|
||||
<Copyright>2023</Copyright>
|
||||
<Company>ProjectPokemon.org</Company>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
1732
Program.cs
1732
Program.cs
File diff suppressed because it is too large
Load Diff
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "7.0.0",
|
||||
"rollForward": "latestMajor",
|
||||
"allowPrerelease": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user