Skip to content

Commit 45788b5

Browse files
committed
sdf
1 parent c0d4f90 commit 45788b5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/IKVM.ReferenceAssemblies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
GITHUB_REPOS: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
- name: NuGet Restore
45-
run: dotnet restore Cogito.Seq.sln
45+
run: dotnet restore IKVM.ReferenceAssemblies.sln
4646
- name: Build
4747
shell: pwsh
4848
run: |

IKVM.ReferenceAssemblies.dist.msbuildproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<DistDir Condition="'$(DistDir)' == ''">$(DISTDIR)</DistDir>
44
<DistDir Condition="'$(DistDir)' == ''">$([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)', 'dist'))</DistDir>
55
<DistDir>$([System.IO.Path]::GetFullPath('$(DistDir)'))</DistDir>
6-
<SolutionFile>$([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)', 'IKVM.ReferenceAssemblies.Seq.sln'))</SolutionFile>
6+
<SolutionFile>$([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)', 'IKVM.ReferenceAssemblies.sln'))</SolutionFile>
77
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
88
<Platform Condition=" '$(Platform)' == '' ">Any CPU</Platform>
99
</PropertyGroup>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Alethic Solutions
3+
Copyright (c) 2025 Jerome Haltom
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)