Skip to content

Commit

Permalink
Readme addition for .NET
Browse files Browse the repository at this point in the history
Upgraded to .NET8
  • Loading branch information
cosmii02 committed Dec 1, 2024
1 parent 5779a7a commit 33e810f
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 148 deletions.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace RacingDSX
{
public class Program
{
public const String VERSION = "0.6.2";
public const String VERSION = "0.6.3";

[STAThread]
static void Main(string[] args)
Expand Down
2 changes: 1 addition & 1 deletion RacingDSX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<PublishSingleFile Condition="'$(Configuration)' == 'Release'">true</PublishSingleFile>
<SelfContained Condition="'$(Configuration)' == 'Release'">true</SelfContained>
<PublishReadyToRun Condition="'$(Configuration)' == 'Release'">true</PublishReadyToRun>
Expand Down
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Tested and confirmed to work with DSX v2 and v3.1
🔺🔺 It is REQUIRED to install .NET8 for racingDSX to work at all!🔺🔺
Download .NET8.0 from the link here: https://dotnet.microsoft.com/en-us/download



# Setting up DiRT Rally 1 / 2 for UDP Connection:
Expand Down
49 changes: 24 additions & 25 deletions obj/project.assets.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 3,
"targets": {
"net7.0-windows7.0": {
"net8.0-windows7.0": {
"CsvHelper/27.2.1": {
"type": "package",
"compile": {
Expand Down Expand Up @@ -225,7 +225,7 @@
}
}
},
"net7.0-windows7.0/win-x64": {
"net8.0-windows7.0/win-x64": {
"CsvHelper/27.2.1": {
"type": "package",
"compile": {
Expand Down Expand Up @@ -737,7 +737,7 @@
}
},
"projectFileDependencyGroups": {
"net7.0-windows7.0": [
"net8.0-windows7.0": [
"CsvHelper >= 27.2.1",
"Microsoft.Extensions.Configuration.Binder >= 6.0.0",
"Microsoft.Extensions.Configuration.EnvironmentVariables >= 6.0.0",
Expand All @@ -746,7 +746,8 @@
]
},
"packageFolders": {
"C:\\Users\\apple\\.nuget\\packages\\": {}
"C:\\Users\\apple\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
Expand All @@ -757,30 +758,42 @@
"packagesPath": "C:\\Users\\apple\\.nuget\\packages\\",
"outputPath": "C:\\Users\\apple\\RiderProjects\\RacingDSX\\obj\\",
"projectStyle": "PackageReference",
"UsingMicrosoftNETSdk": false,
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\apple\\AppData\\Roaming\\NuGet\\NuGet.Config"
"C:\\Users\\apple\\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"
],
"originalTargetFrameworks": [
"net7.0-windows"
"net8.0-windows"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net7.0-windows7.0": {
"targetAlias": "net7.0-windows",
"net8.0-windows7.0": {
"targetAlias": "net8.0-windows",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "all"
}
},
"frameworks": {
"net7.0-windows7.0": {
"targetAlias": "net7.0-windows",
"net8.0-windows7.0": {
"targetAlias": "net8.0-windows",
"dependencies": {
"CsvHelper": {
"target": "Package",
Expand Down Expand Up @@ -814,20 +827,6 @@
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
"version": "[7.0.17, 7.0.17]"
},
{
"name": "Microsoft.NETCore.App.Runtime.win-x64",
"version": "[7.0.17, 7.0.17]"
},
{
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
"version": "[7.0.17, 7.0.17]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
Expand All @@ -836,7 +835,7 @@
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Users\\apple\\.dotnet\\sdk\\7.0.407\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json"
}
},
"runtimes": {
Expand Down
7 changes: 2 additions & 5 deletions obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "7OIyzvuOS4Y=",
"dgSpecHash": "8IvIktS0Bd8=",
"success": true,
"projectFilePath": "C:\\Users\\apple\\RiderProjects\\RacingDSX\\RacingDSX.csproj",
"expectedPackageFiles": [
Expand All @@ -16,10 +16,7 @@
"C:\\Users\\apple\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\6.0.0\\microsoft.extensions.filesystemglobbing.6.0.0.nupkg.sha512",
"C:\\Users\\apple\\.nuget\\packages\\microsoft.extensions.primitives\\6.0.0\\microsoft.extensions.primitives.6.0.0.nupkg.sha512",
"C:\\Users\\apple\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512",
"C:\\Users\\apple\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
"C:\\Users\\apple\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\7.0.17\\microsoft.netcore.app.runtime.win-x64.7.0.17.nupkg.sha512",
"C:\\Users\\apple\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\7.0.17\\microsoft.windowsdesktop.app.runtime.win-x64.7.0.17.nupkg.sha512",
"C:\\Users\\apple\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\7.0.17\\microsoft.aspnetcore.app.runtime.win-x64.7.0.17.nupkg.sha512"
"C:\\Users\\apple\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
],
"logs": []
}
2 changes: 1 addition & 1 deletion obj/project.packagespec.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"restore":{"projectUniqueName":"C:\\Users\\apple\\RiderProjects\\RacingDSX\\RacingDSX.csproj","projectName":"RacingDSX","projectPath":"C:\\Users\\apple\\RiderProjects\\RacingDSX\\RacingDSX.csproj","outputPath":"C:\\Users\\apple\\RiderProjects\\RacingDSX\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["net7.0-windows"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net7.0-windows7.0":{"targetAlias":"net7.0-windows","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net7.0-windows7.0":{"targetAlias":"net7.0-windows","dependencies":{"CsvHelper":{"target":"Package","version":"[27.2.1, )"},"Microsoft.Extensions.Configuration.Binder":{"target":"Package","version":"[6.0.0, )"},"Microsoft.Extensions.Configuration.EnvironmentVariables":{"target":"Package","version":"[6.0.0, )"},"Microsoft.Extensions.Configuration.Ini":{"target":"Package","version":"[6.0.0, )"},"Newtonsoft.Json":{"target":"Package","version":"[13.0.1, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"downloadDependencies":[{"name":"Microsoft.AspNetCore.App.Runtime.win-x64","version":"[7.0.17, 7.0.17]"},{"name":"Microsoft.NETCore.App.Runtime.win-x64","version":"[7.0.17, 7.0.17]"},{"name":"Microsoft.WindowsDesktop.App.Runtime.win-x64","version":"[7.0.17, 7.0.17]"}],"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"},"Microsoft.WindowsDesktop.App.WindowsForms":{"privateAssets":"none"}},"runtimeIdentifierGraphPath":"C:\\Users\\apple\\.dotnet\\sdk\\7.0.407\\RuntimeIdentifierGraph.json"}}"runtimes":{"win-x64":{"#import":[]}}
"restore":{"projectUniqueName":"C:\\Users\\apple\\RiderProjects\\RacingDSX\\RacingDSX.csproj","projectName":"RacingDSX","projectPath":"C:\\Users\\apple\\RiderProjects\\RacingDSX\\RacingDSX.csproj","outputPath":"C:\\Users\\apple\\RiderProjects\\RacingDSX\\obj\\","projectStyle":"PackageReference","UsingMicrosoftNETSdk":false,"fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net8.0-windows"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0-windows7.0":{"targetAlias":"net8.0-windows","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"all"}}"frameworks":{"net8.0-windows7.0":{"targetAlias":"net8.0-windows","dependencies":{"CsvHelper":{"target":"Package","version":"[27.2.1, )"},"Microsoft.Extensions.Configuration.Binder":{"target":"Package","version":"[6.0.0, )"},"Microsoft.Extensions.Configuration.EnvironmentVariables":{"target":"Package","version":"[6.0.0, )"},"Microsoft.Extensions.Configuration.Ini":{"target":"Package","version":"[6.0.0, )"},"Newtonsoft.Json":{"target":"Package","version":"[13.0.1, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"},"Microsoft.WindowsDesktop.App.WindowsForms":{"privateAssets":"none"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json"}}"runtimes":{"win-x64":{"#import":[]}}
2 changes: 1 addition & 1 deletion obj/rider.project.restore.info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17242807876053121
17330816140977112
114 changes: 0 additions & 114 deletions publish/ForzaDSX.dll.config

This file was deleted.

Binary file removed publish/ForzaDSX.exe
Binary file not shown.
Binary file removed publish/ForzaDSX.zip
Binary file not shown.

0 comments on commit 33e810f

Please sign in to comment.