new dotnet
parent
e9674e9c26
commit
0c22733ea1
@ -0,0 +1,13 @@
|
|||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Rider ignored files
|
||||||
|
/contentModel.xml
|
||||||
|
/modules.xml
|
||||||
|
/.idea.console.iml
|
||||||
|
/projectSettingsUpdater.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="UserContentModel">
|
||||||
|
<attachedFolders />
|
||||||
|
<explicitIncludes />
|
||||||
|
<explicitExcludes />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
// <autogenerated />
|
// <autogenerated />
|
||||||
using System;
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||||
|
|||||||
Binary file not shown.
@ -1 +1 @@
|
|||||||
498c41322ac3123ae408772d311f4aee43b9cf5910d658848b99cd2a3be83ec2
|
6d4650a289c8b68f8837bdea74ed335255aea2f3f32519741c7dcca340e01d46
|
||||||
|
|||||||
Binary file not shown.
@ -1 +1 @@
|
|||||||
0e59199129a97dc1e87f28850ac64b2e3afe337ce50799e9290b7c64d0cc8424
|
c045bb77a62e8945761a91acf57cc079ee2cf860ae69d31d1feb709a00145cd4
|
||||||
|
|||||||
Binary file not shown.
@ -1 +1 @@
|
|||||||
6fc78469dd1288c6b4cf60743214edb7f0b4b68f68383e6b986c5bd65a4db9d0
|
b45c80f46dd9786d3753504f0a39e8f366486b186c98a7734a4f5487bec54d1b
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,8 +1,10 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "3ZVcOCaaSc+BVQzA9z7y+Yee2Hat0kz3dULZDRESc5f4fbmkHgQvel+8umtXn/YVpvovfZxc4sX4UucMim+RHA==",
|
"dgSpecHash": "zsxEawdziRGcxxq688YlQbbZgi1+zs1EL9hUceyjruDUxnfG4kFStu2ArN6dN35eD4GXmQbbR4sp+Ti8rsE1+w==",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "/home/sascha/console/console.csproj",
|
"projectFilePath": "/home/sascha/coding/console/console.csproj",
|
||||||
"expectedPackageFiles": [],
|
"expectedPackageFiles": [
|
||||||
|
"/home/sascha/.nuget/packages/microsoft.aspnetcore.app.ref/8.0.1/microsoft.aspnetcore.app.ref.8.0.1.nupkg.sha512"
|
||||||
|
],
|
||||||
"logs": []
|
"logs": []
|
||||||
}
|
}
|
||||||
@ -0,0 +1 @@
|
|||||||
|
17089379297151875
|
||||||
@ -0,0 +1 @@
|
|||||||
|
17089379297151875
|
||||||
Loading…
Reference in New Issue