Skip to content

Commit

Permalink
Merge pull request #24 from TORISOUP/change_to_R3
Browse files Browse the repository at this point in the history
Change to r3
  • Loading branch information
TORISOUP authored Feb 19, 2024
2 parents de9d7fa + 9e2715f commit 6d0a3c5
Show file tree
Hide file tree
Showing 35 changed files with 748 additions and 199 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[Bb]uilds/
[Ll]ogs/
.idea/
Assets/Packages/

# Uncomment this line if you wish to ignore the asset store tools plugin
# [Aa]ssets/AssetStoreTools*
Expand Down
16 changes: 16 additions & 0 deletions Assets/NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources />
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<config>
<add key="repositoryPath" value="./Packages" />
<add key="PackagesConfigDirectoryPath" value="." />
<add key="slimRestore" value="true" />
</config>
</configuration>
23 changes: 23 additions & 0 deletions Assets/NuGet.config.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6d0a3c5

Please sign in to comment.