Skip to content

Commit

Permalink
nugets updated
Browse files Browse the repository at this point in the history
  • Loading branch information
NunoVilhenaSantos committed Aug 14, 2023
1 parent 8545685 commit 1461618
Show file tree
Hide file tree
Showing 59 changed files with 1,725 additions and 7,330 deletions.
13 changes: 0 additions & 13 deletions .idea/.idea.School Project/.idea/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/.idea.School Project/.idea/encodings.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/.idea.School Project/.idea/indexLayout.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/.idea.School Project/.idea/projectSettingsUpdater.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/.idea.School Project/.idea/vcs.xml

This file was deleted.

353 changes: 0 additions & 353 deletions .idea/.idea.School Project/.idea/workspace.xml

This file was deleted.

Binary file removed .vs/ProjectEvaluation/school project.metadata.v6.1
Binary file not shown.
Binary file removed .vs/ProjectEvaluation/school project.projects.v6.1
Binary file not shown.
Binary file removed .vs/School Project/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Empty file.
Binary file removed .vs/School Project/v17/.futdcache.v2
Binary file not shown.
Binary file modified .vs/School Project/v17/.suo
Binary file not shown.
56 changes: 28 additions & 28 deletions ClassLibrary/ClassLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,40 +7,40 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.1"/>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1"/>
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.4"/>
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="7.0.4"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.4"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="7.0.4"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.4"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.4">
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.10" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="7.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="7.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="7.0.4"/>
<PackageReference Include="MySql.Data" Version="8.0.32.1"/>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
<PackageReference Include="Serilog" Version="2.12.0"/>
<PackageReference Include="Serilog.Extensions" Version="3.3.1"/>
<PackageReference Include="Serilog.Extensions.Hosting" Version="5.0.1"/>
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0"/>
<PackageReference Include="Serilog.Extensions.Logging.File" Version="3.0.0"/>
<PackageReference Include="Serilog.Settings.Configuration" Version="3.4.0"/>
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0"/>
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0"/>
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0"/>
<PackageReference Include="System.Linq" Version="4.3.0"/>
<PackageReference Include="System.Linq.Expressions" Version="4.3.0"/>
<PackageReference Include="System.Linq.Queryable" Version="4.3.0"/>
<PackageReference Include="System.Xml.XDocument" Version="4.3.0"/>
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="7.0.10" />
<PackageReference Include="MySql.Data" Version="8.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="3.0.1" />
<PackageReference Include="Serilog.Extensions" Version="3.4.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="7.0.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Serilog.Extensions.Logging.File" Version="3.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="System.Linq" Version="4.3.0" />
<PackageReference Include="System.Linq.Expressions" Version="4.3.0" />
<PackageReference Include="System.Linq.Queryable" Version="4.3.0" />
<PackageReference Include="System.Xml.XDocument" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
<Compile Remove="MyChildForm.cs"/>
<Compile Remove="ChildFormHelper.cs"/>
<Compile Remove="IChildForm.cs"/>
<Compile Remove="School\SaveToCsv.cs"/>
<Compile Remove="MyChildForm.cs" />
<Compile Remove="ChildFormHelper.cs" />
<Compile Remove="IChildForm.cs" />
<Compile Remove="School\SaveToCsv.cs" />
</ItemGroup>

</Project>
128 changes: 0 additions & 128 deletions ClassLibrary/School/SchoolContext.cs

This file was deleted.

46 changes: 20 additions & 26 deletions ClassLibrary/obj/ClassLibrary.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,25 @@
{
"format": 1,
"restore": {
"C:\\Users\\nunov\\RiderProjects\\School Project\\ClassLibrary\\ClassLibrary.csproj": {}
"C:\\repos\\School-Project\\ClassLibrary\\ClassLibrary.csproj": {}
},
"projects": {
"C:\\Users\\nunov\\RiderProjects\\School Project\\ClassLibrary\\ClassLibrary.csproj": {
"C:\\repos\\School-Project\\ClassLibrary\\ClassLibrary.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\nunov\\RiderProjects\\School Project\\ClassLibrary\\ClassLibrary.csproj",
"projectUniqueName": "C:\\repos\\School-Project\\ClassLibrary\\ClassLibrary.csproj",
"projectName": "ClassLibrary",
"projectPath": "C:\\Users\\nunov\\RiderProjects\\School Project\\ClassLibrary\\ClassLibrary.csproj",
"projectPath": "C:\\repos\\School-Project\\ClassLibrary\\ClassLibrary.csproj",
"packagesPath": "C:\\Users\\nunov\\.nuget\\packages\\",
"outputPath": "C:\\Users\\nunov\\RiderProjects\\School Project\\ClassLibrary\\obj\\",
"outputPath": "C:\\repos\\School-Project\\ClassLibrary\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\nunov\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
"C:\\Users\\nunov\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net7.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
Expand Down Expand Up @@ -55,65 +49,65 @@
},
"Microsoft.Data.Sqlite": {
"target": "Package",
"version": "[7.0.4, )"
"version": "[7.0.10, )"
},
"Microsoft.Data.Sqlite.Core": {
"target": "Package",
"version": "[7.0.4, )"
"version": "[7.0.10, )"
},
"Microsoft.EntityFrameworkCore": {
"target": "Package",
"version": "[7.0.4, )"
"version": "[7.0.10, )"
},
"Microsoft.EntityFrameworkCore.Abstractions": {
"target": "Package",
"version": "[7.0.4, )"
"version": "[7.0.10, )"
},
"Microsoft.EntityFrameworkCore.SqlServer": {
"target": "Package",
"version": "[7.0.4, )"
"version": "[7.0.10, )"
},
"Microsoft.EntityFrameworkCore.Tools": {
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
"suppressParent": "All",
"target": "Package",
"version": "[7.0.4, )"
"version": "[7.0.10, )"
},
"Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore": {
"target": "Package",
"version": "[7.0.4, )"
"version": "[7.0.10, )"
},
"MySql.Data": {
"target": "Package",
"version": "[8.0.32.1, )"
"version": "[8.1.0, )"
},
"Newtonsoft.Json": {
"target": "Package",
"version": "[13.0.3, )"
},
"Serilog": {
"target": "Package",
"version": "[2.12.0, )"
"version": "[3.0.1, )"
},
"Serilog.Extensions": {
"target": "Package",
"version": "[3.3.1, )"
"version": "[3.4.0, )"
},
"Serilog.Extensions.Hosting": {
"target": "Package",
"version": "[5.0.1, )"
"version": "[7.0.0, )"
},
"Serilog.Extensions.Logging": {
"target": "Package",
"version": "[3.1.0, )"
"version": "[7.0.0, )"
},
"Serilog.Extensions.Logging.File": {
"target": "Package",
"version": "[3.0.0, )"
},
"Serilog.Settings.Configuration": {
"target": "Package",
"version": "[3.4.0, )"
"version": "[7.0.0, )"
},
"Serilog.Sinks.Console": {
"target": "Package",
Expand Down Expand Up @@ -160,7 +154,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.302\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json"
}
}
}
Expand Down
11 changes: 5 additions & 6 deletions ClassLibrary/obj/ClassLibrary.csproj.nuget.g.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\nunov\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\nunov\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.5.0</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.7.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\nunov\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore\7.0.4\buildTransitive\net6.0\Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore\7.0.4\buildTransitive\net6.0\Microsoft.EntityFrameworkCore.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\7.0.4\build\net6.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\7.0.4\build\net6.0\Microsoft.EntityFrameworkCore.Design.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore\7.0.10\buildTransitive\net6.0\Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore\7.0.10\buildTransitive\net6.0\Microsoft.EntityFrameworkCore.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\7.0.10\build\net6.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\7.0.10\build\net6.0\Microsoft.EntityFrameworkCore.Design.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Users\nunov\.nuget\packages\microsoft.entityframeworkcore.tools\7.0.4</PkgMicrosoft_EntityFrameworkCore_Tools>
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Users\nunov\.nuget\packages\microsoft.entityframeworkcore.tools\7.0.10</PkgMicrosoft_EntityFrameworkCore_Tools>
</PropertyGroup>
</Project>
Loading

0 comments on commit 1461618

Please sign in to comment.