-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [OSM-887] Bumping
snyk-nuget-plugin
for various bugfixes (#4961)
- Loading branch information
Showing
8 changed files
with
122 additions
and
14 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
bin/ | ||
obj/** | ||
obj/**/ | ||
!*.assets.json |
7 changes: 7 additions & 0 deletions
7
test/acceptance/workspaces/nuget-app-7-windows/dotnet_7.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<Version>60</Version> | ||
<TargetFramework>net7.0-windows</TargetFramework> | ||
<PreserveCompilationContext>true</PreserveCompilationContext> | ||
</PropertyGroup> | ||
</Project> |
77 changes: 77 additions & 0 deletions
77
test/acceptance/workspaces/nuget-app-7-windows/obj/project.assets.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"version": 3, | ||
"targets": { | ||
"net7.0-windows7.0": {} | ||
}, | ||
"libraries": {}, | ||
"projectFileDependencyGroups": { | ||
"net7.0-windows7.0": [] | ||
}, | ||
"packageFolders": { | ||
"/Users/kasparmoss/.nuget/packages/": {} | ||
}, | ||
"project": { | ||
"version": "60.0.0", | ||
"restore": { | ||
"projectUniqueName": "/Users/kasparmoss/git/snyk/cli/test/acceptance/workspaces/nuget-app-7-windows/dotnet_7.csproj", | ||
"projectName": "dotnet_7", | ||
"projectPath": "/Users/kasparmoss/git/snyk/cli/test/acceptance/workspaces/nuget-app-7-windows/dotnet_7.csproj", | ||
"packagesPath": "/Users/kasparmoss/.nuget/packages/", | ||
"outputPath": "/Users/kasparmoss/git/snyk/cli/test/acceptance/workspaces/nuget-app-7-windows/obj/", | ||
"projectStyle": "PackageReference", | ||
"configFilePaths": [ | ||
"/Users/kasparmoss/.nuget/NuGet/NuGet.Config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"net7.0-windows" | ||
], | ||
"sources": { | ||
"/usr/local/share/dotnet/library-packs": {}, | ||
"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", | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48", | ||
"net481" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true, | ||
"downloadDependencies": [ | ||
{ | ||
"name": "Microsoft.AspNetCore.App.Ref", | ||
"version": "[7.0.14, 7.0.14]" | ||
}, | ||
{ | ||
"name": "Microsoft.NETCore.App.Ref", | ||
"version": "[7.0.14, 7.0.14]" | ||
} | ||
], | ||
"frameworkReferences": { | ||
"Microsoft.NETCore.App": { | ||
"privateAssets": "all" | ||
} | ||
}, | ||
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/8.0.100/RuntimeIdentifierGraph.json" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
using System; | ||
class TestFixture { | ||
static public void Main(String[] args) | ||
{ | ||
var client = new System.Net.Http.HttpClient(); | ||
Console.WriteLine("Hello, World!"); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters